From 4070357aa6be2ffe14cdb06dc0a311818d29ba64 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 9 Oct 2006 10:10:05 +0000 Subject: Added pkgconfig support --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index efd2dfb..2bca8d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,5 @@ SUBDIRS = src xtract examples @DOXYGEN@ +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libxtract.pc + -- cgit v1.2.3