diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-21 14:07:14 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-21 14:07:14 +0000 |
commit | 783d2c0368b7992822bfea3a981e56bf063b188a (patch) | |
tree | 7622711e27b2e8cb15b140be56206e741468a7ea /configure.ac | |
parent | 6db6907c0ee87582845fd98932c22067a3b2b84f (diff) | |
download | rsyslog-783d2c0368b7992822bfea3a981e56bf063b188a.tar.gz rsyslog-783d2c0368b7992822bfea3a981e56bf063b188a.tar.xz rsyslog-783d2c0368b7992822bfea3a981e56bf063b188a.zip |
begun work on imtcp
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 20e35e99..b398554b 100644 --- a/configure.ac +++ b/configure.ac @@ -350,7 +350,7 @@ AC_SUBST(pgsql_libs) -AC_CONFIG_FILES([Makefile doc/Makefile plugins/imuxsock/Makefile plugins/immark/Makefile plugins/imklog/Makefile plugins/ommysql/Makefile plugins/ompgsql/Makefile]) +AC_CONFIG_FILES([Makefile doc/Makefile plugins/imtcp/Makefile plugins/imuxsock/Makefile plugins/immark/Makefile plugins/imklog/Makefile plugins/ommysql/Makefile plugins/ompgsql/Makefile]) AC_OUTPUT echo "****************************************************" |