[dconf] Build the gtk-doc scanner with an rpath for now...



commit 0998bea1649381b8cc22c17d9922b66c5ede2bcd
Author: Ryan Lortie <desrt desrt ca>
Date:   Sun Jul 25 01:52:46 2010 -0400

    Build the gtk-doc scanner with an rpath for now...
    
    Should solve the non-libtool issues that are happening.

 docs/Makefile.am |    2 +-
 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		\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]