From 8a55c780d1a3d22b27e3746158322ff0de64b572 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 11 Aug 2010 16:26:36 -0400 Subject: collection: add RPM build targets --- collection/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collection/configure.ac') 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 -- cgit