[dconf] One more linker fix



commit 3288ddc1d88a84a6b5de483904d9d596490ba693
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Jan 18 01:24:00 2011 -0500

    One more linker fix

 client/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/client/Makefile.am b/client/Makefile.am
index 0459808..e7ee40c 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -21,7 +21,8 @@ dconfinclude_HEADERS = \
 	dconf-client.h	\
 	dconf.h
 
-libdconf_so_0_0_0_LDFLAGS = -shared -Wl,-soname=libdconf.so.0 $(gio_LIBS)
+libdconf_so_0_0_0_LDADD = $(gio_LIBS)
+libdconf_so_0_0_0_LDFLAGS = -shared -Wl,-soname=libdconf.so.0
 libdconf_so_0_0_0_SOURCES = \
 	../common/dconf-shmdir.c	\
 	../common/dconf-paths.c		\



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