diff options
author | Ryan Lortie <desrt@desrt.ca> | 2012-07-01 12:52:22 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-07-01 13:24:53 -0400 |
commit | e054942e30f18b4d0a1776838cf08082610620b3 (patch) | |
tree | 85e6600898d3bb8236910a2eb6d8d7e93201b8f7 /client | |
parent | 213476252cbf171f6f65361e763cfab6614c407b (diff) | |
download | dconf-e054942e30f18b4d0a1776838cf08082610620b3.tar.gz |
common/: create two convenience libraries
One -fPIC and one without.
This is done instead of pulling the various source files from other
Makefiles.
Diffstat (limited to 'client')
-rw-r--r-- | client/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index b53163e..daebad3 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -21,11 +21,9 @@ dconfinclude_HEADERS = \ dconf-client.h \ dconf.h -libdconf_so_0_0_0_LDADD = $(gio_LIBS) +libdconf_so_0_0_0_LDADD = $(gio_LIBS) ../common/libdconf-common-shared.a 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 \ ../engine/dconf-engine.c \ ../gvdb/gvdb-reader.c \ dconf-client.vala engine.vapi |