summaryrefslogtreecommitdiff
path: root/qpid/cpp/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/configure.ac')
-rw-r--r--qpid/cpp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac
index 54b2342875..14ec13292c 100644
--- a/qpid/cpp/configure.ac
+++ b/qpid/cpp/configure.ac
@@ -133,6 +133,7 @@ AC_CHECK_PROG([RPMLINT], [rpmlint], [rpmlint])
AM_CONDITIONAL([HAS_RPMLINT], [test -n "$RPMLINT"])
AC_CONFIG_FILES([
+ qpid-config
Makefile
src/Makefile
src/tests/Makefile
@@ -141,5 +142,4 @@ AC_CONFIG_FILES([
docs/api/user.doxygen
docs/api/developer.doxygen
])
-
AC_OUTPUT