summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-03-19 23:56:59 -0400
committerDave Reisner <dreisner@archlinux.org>2012-04-25 20:02:36 -0400
commit82b7122542e16354b560bae9c7f6f3608873a8e1 (patch)
tree1c80a7e17c8b9bb6afdfd9ca7179ad629e16758e /configure.ac
parent953415c86a17c1db8bebbbaca89e6fd5783386b6 (diff)
libalpm: add pkg-config file
No one seems to do this "correctly", but for the sake of having an easy method of detecting the presence and version of libalpm on a given system, we provide a straightforward .pc file. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0e78c238..15e93e71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -449,6 +449,7 @@ AC_DEFINE_UNQUOTED([SCRIPTLET_SHELL], "$SCRIPTLET_SHELL", [The full path of the
AC_CONFIG_FILES([
lib/libalpm/Makefile
lib/libalpm/po/Makefile.in
+lib/libalpm/libalpm.pc
src/pacman/Makefile
src/pacman/po/Makefile.in
src/util/Makefile