diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-20 09:49:09 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-20 09:49:09 +0000 |
commit | 8f193966ccd2fe4d9e8eff0aefda35399bdc6e74 (patch) | |
tree | f6d90256d58b81532a69b99a957dd6d854ba9f39 /configure.ac | |
parent | 18c5b53fb88fd4ac35053a16d2d42517cc3baad8 (diff) | |
download | rsyslog-8f193966ccd2fe4d9e8eff0aefda35399bdc6e74.tar.gz rsyslog-8f193966ccd2fe4d9e8eff0aefda35399bdc6e74.tar.xz rsyslog-8f193966ccd2fe4d9e8eff0aefda35399bdc6e74.zip |
begun moving unix socket code to its own module
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 9a0d019e..20e35e99 100644 --- a/configure.ac +++ b/configure.ac @@ -350,7 +350,7 @@ AC_SUBST(pgsql_libs) -AC_CONFIG_FILES([Makefile doc/Makefile plugins/immark/Makefile plugins/imklog/Makefile plugins/ommysql/Makefile plugins/ompgsql/Makefile]) +AC_CONFIG_FILES([Makefile doc/Makefile plugins/imuxsock/Makefile plugins/immark/Makefile plugins/imklog/Makefile plugins/ommysql/Makefile plugins/ompgsql/Makefile]) AC_OUTPUT echo "****************************************************" |