summaryrefslogtreecommitdiffstats
path: root/collection/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-08-11 16:26:36 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-08-18 12:28:18 -0400
commit8a55c780d1a3d22b27e3746158322ff0de64b572 (patch)
tree18cdc33b9e3b5c3a0f3ffc4f8cd9f5fa1d275744 /collection/configure.ac
parent88a0a472f61c1301ca31f9d443647d11f05c06d0 (diff)
downloadding-libs2-8a55c780d1a3d22b27e3746158322ff0de64b572.tar.gz
ding-libs2-8a55c780d1a3d22b27e3746158322ff0de64b572.tar.xz
ding-libs2-8a55c780d1a3d22b27e3746158322ff0de64b572.zip
collection: add RPM build targets
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