diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-09 10:10:05 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-09 10:10:05 +0000 |
commit | 4070357aa6be2ffe14cdb06dc0a311818d29ba64 (patch) | |
tree | dd73fbbe883090b283e5f93ab7d63d4ec50a8014 /configure.in | |
parent | c6e4f6421b2a72e33e21b53ee2838532d8958a8d (diff) | |
download | LibXtract-4070357aa6be2ffe14cdb06dc0a311818d29ba64.tar.gz LibXtract-4070357aa6be2ffe14cdb06dc0a311818d29ba64.tar.bz2 LibXtract-4070357aa6be2ffe14cdb06dc0a311818d29ba64.zip |
Added pkgconfig support
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
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) |