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 --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index ee7998b..1196160 100644 --- a/configure.in +++ b/configure.in @@ -169,6 +169,7 @@ AC_SUBST(PD_LDFLAGS) AC_SUBST(PD_SUFFIX) AC_SUBST(PD_SOURCES) -AC_CONFIG_FILES([doc/documentation.doxygen]) +AC_CONFIG_FILES([doc/documentation.doxygen + libxtract.pc]) AC_OUTPUT(Makefile src/Makefile xtract/Makefile doc/Makefile examples/Makefile examples/puredata/Makefile) -- cgit v1.2.3