diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-14 10:42:30 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-14 10:42:30 +0000 |
commit | 119573816d447a78fee256d173704b673c356664 (patch) | |
tree | 336ccb6794a884b7dc547425fa439fb5e7feaf31 /configure.ac | |
parent | 3f8f9f142c7bcc9c5dd97708b0611024037f2835 (diff) | |
download | rsyslog-119573816d447a78fee256d173704b673c356664.tar.gz rsyslog-119573816d447a78fee256d173704b673c356664.tar.xz rsyslog-119573816d447a78fee256d173704b673c356664.zip |
begin work on on immark, the first input module. In the long term this will
lead to a complete rewrite of the input system
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ca0e16a9..5156c729 100644 --- a/configure.ac +++ b/configure.ac @@ -344,7 +344,7 @@ AC_SUBST(pgsql_libs) -AC_CONFIG_FILES([Makefile doc/Makefile plugins/ommysql/Makefile plugins/ompgsql/Makefile]) +AC_CONFIG_FILES([Makefile doc/Makefile plugins/immark/Makefile plugins/ommysql/Makefile plugins/ompgsql/Makefile]) AC_OUTPUT echo "****************************************************" |