summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-07-29 15:28:25 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-29 15:28:25 +0200
commit4b613a4294e373301f3d8a3177d0ff993387f98d (patch)
tree41d08f0ca413adb0dd26563f1236a8258f1f0d5c /configure.ac
parentc3c385c63b627d559bdd7a7a710c543e9c16a20a (diff)
downloadrsyslog-4b613a4294e373301f3d8a3177d0ff993387f98d.tar.gz
rsyslog-4b613a4294e373301f3d8a3177d0ff993387f98d.tar.xz
rsyslog-4b613a4294e373301f3d8a3177d0ff993387f98d.zip
fixed some minor nits in preperation for 3.21.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 62dd37a1..c28cc139 100644
--- a/configure.ac
+++ b/configure.ac
@@ -658,7 +658,6 @@ AM_CONDITIONAL(ENABLE_IMTEMPLATE, test x$enable_imtemplate = xyes)
AC_CONFIG_FILES([Makefile \
runtime/Makefile \
tools/Makefile \
- tests/Makefile \
doc/Makefile \
plugins/imudp/Makefile \
plugins/imtcp/Makefile \
@@ -678,7 +677,8 @@ AC_CONFIG_FILES([Makefile \
plugins/omrelp/Makefile \
plugins/omlibdbi/Makefile \
plugins/ommail/Makefile \
- plugins/omsnmp/Makefile])
+ plugins/omsnmp/Makefile \
+ tests/Makefile])
AC_OUTPUT
echo "****************************************************"