summaryrefslogtreecommitdiffstats
path: root/dhash/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-08-11 12:10:19 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-08-18 12:28:18 -0400
commit169aef0315b86c1a66e6d792c2a533fafc91dd53 (patch)
tree394f67407501d1a808b3895e435ce72020ce88c5 /dhash/configure.ac
parente30512271d235f5812d4ca9ab26a9d5c8bbbca79 (diff)
downloadding-libs-169aef0315b86c1a66e6d792c2a533fafc91dd53.tar.gz
ding-libs-169aef0315b86c1a66e6d792c2a533fafc91dd53.tar.xz
ding-libs-169aef0315b86c1a66e6d792c2a533fafc91dd53.zip
dhash: Add targets for RPM build
Diffstat (limited to 'dhash/configure.ac')
-rw-r--r--dhash/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhash/configure.ac b/dhash/configure.ac
index 684e9ae..d15d90d 100644
--- a/dhash/configure.ac
+++ b/dhash/configure.ac
@@ -27,5 +27,5 @@ if test x$docdir = x; then
AC_SUBST([docdir], ${datadir}/doc/AC_PACKAGE_NAME)
fi
-AC_CONFIG_FILES([Makefile dhash.pc])
+AC_CONFIG_FILES([Makefile dhash.pc contrib/libdhash.spec])
AC_OUTPUT