summaryrefslogtreecommitdiffstats
path: root/collection/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'collection/configure.ac')
-rw-r--r--collection/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/collection/configure.ac b/collection/configure.ac
index 21723d5..a994b44 100644
--- a/collection/configure.ac
+++ b/collection/configure.ac
@@ -38,5 +38,5 @@ AC_PATH_PROG([DOXYGEN], [doxygen], [false])
AM_CONDITIONAL([HAVE_DOXYGEN], [test x$DOXYGEN != xfalse ])
-AC_CONFIG_FILES([Makefile collection.cfg.doxy collection.pc])
+AC_CONFIG_FILES([Makefile collection.cfg.doxy collection.pc contrib/libcollection.spec])
AC_OUTPUT