diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-03-20 04:56:59 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-04-26 02:02:36 +0200 |
commit | 82b7122542e16354b560bae9c7f6f3608873a8e1 (patch) | |
tree | 1c80a7e17c8b9bb6afdfd9ca7179ad629e16758e /configure.ac | |
parent | 953415c86a17c1db8bebbbaca89e6fd5783386b6 (diff) | |
download | pacman-82b7122542e16354b560bae9c7f6f3608873a8e1.tar.gz pacman-82b7122542e16354b560bae9c7f6f3608873a8e1.tar.xz |
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.ac | 1 |
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 |