From 2992fc3d0aee195d8fda600ca0468c6ee91d4f4e Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Thu, 22 Jul 2010 16:58:55 -0400 Subject: Get rid of libtool You need to type 'make clean' before trying to rebuild dconf after this update (in fact, 'git clean' may be appropriate to clean out all the extra files that libtool leaves around). It's quite likely that this completely breaks dconf builds on non-ELF platforms (and maybe some ELF ones). Please report any problems to bugzilla. I'm very happy to accept patches to fix portability (via ./configure-time checks). --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile.am b/docs/Makefile.am index 0b5b91e..6b29de5 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.la +GTKDOC_LIBS = $(gio_LIBS) ../client/libdconf.so IGNORE_HFILES = \ dconf-engine.h \ -- cgit v1.2.1