aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2006-10-09 10:10:05 +0000
committerJamie Bullock <jamie@postlude.co.uk>2006-10-09 10:10:05 +0000
commit4070357aa6be2ffe14cdb06dc0a311818d29ba64 (patch)
treedd73fbbe883090b283e5f93ab7d63d4ec50a8014 /configure.in
parentc6e4f6421b2a72e33e21b53ee2838532d8958a8d (diff)
downloadLibXtract-4070357aa6be2ffe14cdb06dc0a311818d29ba64.tar.gz
LibXtract-4070357aa6be2ffe14cdb06dc0a311818d29ba64.tar.bz2
LibXtract-4070357aa6be2ffe14cdb06dc0a311818d29ba64.zip
Added pkgconfig support
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
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)