summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-01-18 01:24:00 -0500
committerRyan Lortie <desrt@desrt.ca>2011-01-18 01:24:00 -0500
commit3288ddc1d88a84a6b5de483904d9d596490ba693 (patch)
tree4947392c31d4a604bb0feabd61cf3caed384dd5d /client
parentd119ff5583e428231a76b2af217df564d265b2bc (diff)
downloaddconf-3288ddc1d88a84a6b5de483904d9d596490ba693.tar.gz
One more linker fix
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am3
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 \