summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-08-11 12:49:16 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-08-11 12:49:16 +0200
commita77a99bfbf8505d05b08a981ab25d599af864ce5 (patch)
tree2445512303106459f455d359114c71c46ef87353 /Makefile.am
parentd3fe3b28aca6ffd616f55929af9f459585739a06 (diff)
parent32e715929f5d946d7244db3bc0595842dd293dd9 (diff)
downloadrsyslog-a77a99bfbf8505d05b08a981ab25d599af864ce5.tar.gz
rsyslog-a77a99bfbf8505d05b08a981ab25d599af864ce5.tar.xz
rsyslog-a77a99bfbf8505d05b08a981ab25d599af864ce5.zip
Merge branch 'v4-devel' into master
Conflicts: Makefile.am tests/tcpflood.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e7c42eb8..76a38322 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -131,6 +131,10 @@ if ENABLE_IMFILE
SUBDIRS += plugins/imfile
endif
+if ENABLE_IMPTCP
+SUBDIRS += plugins/imptcp
+endif
+
if ENABLE_IMDIAG
SUBDIRS += plugins/imdiag
endif
@@ -183,6 +187,7 @@ DISTCHECK_CONFIGURE_FLAGS= --enable-gssapi_krb5 \
--enable-omruleset \
--enable-omprog \
--enable-imdiag \
+ --enable-imptcp \
--enable-omuxsock \
--enable-shave \
--enable-extended-tests \