|
From: Balazs S. <ba...@ba...> - 2008-10-04 17:46:40
|
Hi, this patch makes the source install the pkg-config file. I should probably send this to libdbi-devel, but I'm not subscribed there and the list server didn't respond to my subscription request yet. diff -u -r1.24 Makefile.am --- Makefile.am 17 Aug 2008 21:30:40 -0000 1.24 +++ Makefile.am 4 Oct 2008 17:18:40 -0000 @@ -11,3 +11,6 @@ profile: $(MAKE) all CFLAGS="@PROFILE@" + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = dbi.pc -- Bazsi |