diff configure.in @ 13:582330cfa6e5

Added pkgconfig support
author Jamie Bullock <jamie@postlude.co.uk>
date Mon, 09 Oct 2006 10:10:05 +0000
parents 90b3a3a25d99
children 57c865715619
line wrap: on
line diff
--- a/configure.in	Mon Oct 09 09:22:03 2006 +0000
+++ b/configure.in	Mon Oct 09 10:10:05 2006 +0000
@@ -169,6 +169,7 @@
 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)