aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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)