summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-04-11 10:15:12 -0400
committerSimo Sorce <ssorce@redhat.com>2009-04-13 09:06:39 -0400
commitc0c9939f0b41d51fb5edd44198d13baee086a6fa (patch)
tree61336b30a6889d154f2f3dbe7cbc9e9071368f36 /configure.ac
parentc57cb8cfff2edf4bfb0437d00d505d5dcf27faa6 (diff)
downloadding-libs-c0c9939f0b41d51fb5edd44198d13baee086a6fa.tar.gz
ding-libs-c0c9939f0b41d51fb5edd44198d13baee086a6fa.tar.xz
ding-libs-c0c9939f0b41d51fb5edd44198d13baee086a6fa.zip
Build system improvements for common tools
Allows building shared or static libraries using autotools and provides a pkg-config file to simplify inclusion into other parts of the project (or other projects in the future) For now, we will statically link the collection library and INI parser.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 941125d..8804b4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_ARG_ENABLE([trace],
AS_IF([test ["$trace_level" -gt "0"] -a ["$trace_level" -lt "8"] ],[AC_SUBST([TRACE_VAR],["-DTRACE_LEVEL=$trace_level"])])
-AC_CONFIG_FILES([Makefile collection/Makefile ini/Makefile])
+AC_CONFIG_FILES([Makefile collection/Makefile collection/collection.pc ini/Makefile ini/ini_config.pc trace/Makefile])
AC_OUTPUT