summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-10-01 21:21:05 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-10-01 21:52:47 +0200
commitb739ed0e09a640d0fd1c386f24ea2df580a410ed (patch)
treef2a27082b42f0e365fc611aec97ec1654f10d538 /configure.ac
parent94c9da418edbe13963dcc5b604532e3718da233c (diff)
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.
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 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