From 82b7122542e16354b560bae9c7f6f3608873a8e1 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 19 Mar 2012 23:56:59 -0400 Subject: 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit v1.2.3-24-g4f1b