summaryrefslogtreecommitdiffstats
path: root/path_utils/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-08-11 12:40:14 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-08-18 12:28:18 -0400
commit45ad0c5fe1e9d3b811057d6febcb756d920fee0a (patch)
tree9fefebb0748882dbd2675e8733df9a9dd551537b /path_utils/configure.ac
parent169aef0315b86c1a66e6d792c2a533fafc91dd53 (diff)
downloadding-libs-45ad0c5fe1e9d3b811057d6febcb756d920fee0a.tar.gz
ding-libs-45ad0c5fe1e9d3b811057d6febcb756d920fee0a.tar.xz
ding-libs-45ad0c5fe1e9d3b811057d6febcb756d920fee0a.zip
path_utils: Add targets for RPM build
Diffstat (limited to 'path_utils/configure.ac')
-rw-r--r--path_utils/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/path_utils/configure.ac b/path_utils/configure.ac
index 633882f..b9b20c6 100644
--- a/path_utils/configure.ac
+++ b/path_utils/configure.ac
@@ -23,5 +23,5 @@ AC_CONFIG_HEADERS([config.h])
AC_PATH_PROG([DOXYGEN], [doxygen], [false])
AM_CONDITIONAL([HAVE_DOXYGEN], [test x$DOXYGEN != xfalse ])
-AC_CONFIG_FILES([Makefile path_utils.cfg.doxy path_utils.pc])
+AC_CONFIG_FILES([Makefile path_utils.cfg.doxy path_utils.pc contrib/libpath_utils.spec])
AC_OUTPUT