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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6f23b0a..6fb0701 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = gvdb service gsettings dbus-1 tests client bin engine common docs +SUBDIRS = gvdb common service gsettings dbus-1 tests client bin engine docs if ENABLE_EDITOR SUBDIRS += editor |