diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-21 15:51:59 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-21 15:51:59 +0000 |
commit | e747f766c635e8edc1ccc9fc5cf97be234d3d1ef (patch) | |
tree | 4c54259ab0aef17688f96cf819a7417ee35e3d9d /configure.ac | |
parent | 9a72402b80c9b67abae090645ba30adf697f3025 (diff) | |
download | rsyslog-e747f766c635e8edc1ccc9fc5cf97be234d3d1ef.tar.gz rsyslog-e747f766c635e8edc1ccc9fc5cf97be234d3d1ef.tar.xz rsyslog-e747f766c635e8edc1ccc9fc5cf97be234d3d1ef.zip |
prepared for imudp
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b398554b..886a32d3 100644 --- a/configure.ac +++ b/configure.ac @@ -349,8 +349,7 @@ AC_SUBST(pgsql_cflags) AC_SUBST(pgsql_libs) - -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_CONFIG_FILES([Makefile doc/Makefile plugins/imudp/Makefile plugins/imtcp/Makefile plugins/imuxsock/Makefile plugins/immark/Makefile plugins/imklog/Makefile plugins/ommysql/Makefile plugins/ompgsql/Makefile]) AC_OUTPUT echo "****************************************************" |