From dd4dedbc38006e09e01ad1ed7f9790a5bc6fce59 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 31 Dec 2007 12:54:03 +0000 Subject: 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 ;) --- configure.ac | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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 "****************************************************" -- cgit