From b739ed0e09a640d0fd1c386f24ea2df580a410ed Mon Sep 17 00:00:00 2001 From: Diego 'Flameeyes' Pettenò Date: Wed, 1 Oct 2008 21:21:05 +0200 Subject: Create an -uninstalled variant of the pkg-config file. With this variant, it's possible to build against a live tree of libdaemon to test in-development features. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0bd7ffb..0eb0114 100644 --- a/configure.ac +++ b/configure.ac @@ -81,5 +81,5 @@ AC_ARG_ENABLE(examples, enable_examples="yes") AM_CONDITIONAL(EXAMPLES, [test "$enable_examples" = "yes"]) -AC_CONFIG_FILES([libdaemon/Makefile Makefile doc/Makefile doc/README.html doc/doxygen.conf examples/Makefile libdaemon.pc]) +AC_CONFIG_FILES([libdaemon/Makefile Makefile doc/Makefile doc/README.html doc/doxygen.conf examples/Makefile pkgconfig/libdaemon.pc pkgconfig/libdaemon-uninstalled.pc]) AC_OUTPUT -- cgit