summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-07-25 01:52:46 -0400
committerRyan Lortie <desrt@desrt.ca>2010-07-25 01:52:46 -0400
commit0998bea1649381b8cc22c17d9922b66c5ede2bcd (patch)
tree36817b78596673fce9e6bdb91326e67177dc8a63 /docs
parentc4c2473639d81fb5b09cb11a75c96b21ca471c36 (diff)
downloaddconf-0998bea1649381b8cc22c17d9922b66c5ede2bcd.tar.gz
Build the gtk-doc scanner with an rpath for now...
Should solve the non-libtool issues that are happening.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 6b29de5..be835d0 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -9,7 +9,7 @@ DOC_SOURCE_DIR = ..
MKDB_OPTIONS = --output-format=xml
INCLUDES = $(gio_CFLAGS)
-GTKDOC_LIBS = $(gio_LIBS) ../client/libdconf.so
+GTKDOC_LIBS = $(gio_LIBS) -L../client -ldconf -Wl,-rpath=../client
IGNORE_HFILES = \
dconf-engine.h \