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 /Makefile.am | |
parent | 6db6907c0ee87582845fd98932c22067a3b2b84f (diff) | |
download | rsyslog-783d2c0368b7992822bfea3a981e56bf063b188a.tar.gz rsyslog-783d2c0368b7992822bfea3a981e56bf063b188a.tar.xz rsyslog-783d2c0368b7992822bfea3a981e56bf063b188a.zip |
begun work on imtcp
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e15b0f12..029b6dfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ EXTRA_DIST = \ SUBDIRS = doc -SUBDIRS += plugins/immark plugins/imuxsock +SUBDIRS += plugins/immark plugins/imuxsock plugins/imtcp if ENABLE_IMKLOGD SUBDIRS += plugins/imklog |