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 --- lib/libalpm/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libalpm/Makefile.am') diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am index 0781d5d8..ef448417 100644 --- a/lib/libalpm/Makefile.am +++ b/lib/libalpm/Makefile.am @@ -23,6 +23,9 @@ if ENABLE_GNU89_INLINE_CC AM_CFLAGS += -fgnu89-inline endif +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libalpm.pc + libalpm_la_SOURCES = \ add.h add.c \ alpm.h alpm.c \ -- cgit v1.2.3-54-g00ecf