summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-31 12:54:03 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-31 12:54:03 +0000
commitdd4dedbc38006e09e01ad1ed7f9790a5bc6fce59 (patch)
tree367a3ffef20c89b20a42e9af396564a0d5e7666d /configure.ac
parentf02c825c9518f576a4447152fd024726193a7dec (diff)
downloadrsyslog-dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59.tar.gz
rsyslog-dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59.tar.xz
rsyslog-dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59.zip
created omtesting, a debug and development aid output module. This is stage
work for the new queueing engine - we need a way to delay rule execution and that's what the module currently does ;)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 11 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7589097d..b11f557d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -350,7 +350,17 @@ AC_SUBST(pgsql_cflags)
AC_SUBST(pgsql_libs)
-AC_CONFIG_FILES([Makefile doc/Makefile plugins/imudp/Makefile plugins/imtcp/Makefile plugins/imuxsock/Makefile plugins/immark/Makefile plugins/imklog/Makefile plugins/omgssapi/Makefile plugins/ommysql/Makefile plugins/ompgsql/Makefile])
+AC_CONFIG_FILES([Makefile \
+ doc/Makefile \
+ plugins/imudp/Makefile \
+ plugins/imtcp/Makefile \
+ plugins/imuxsock/Makefile \
+ plugins/immark/Makefile \
+ plugins/imklog/Makefile \
+ plugins/omtesting/Makefile \
+ plugins/omgssapi/Makefile \
+ plugins/ommysql/Makefile \
+ plugins/ompgsql/Makefile])
AC_OUTPUT
echo "****************************************************"