summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-06-14 11:47:17 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-06-14 11:47:17 +0200
commitd5906846156e49cad90736b949712fe17eb8edba (patch)
tree039ea5f0ba95f4068b0bcca89ad95f3c8e5dbadd /tests/Makefile.am
parent2c81df12bcbe85d819a43227cc9adb05d8d0fe29 (diff)
downloadrsyslog-d5906846156e49cad90736b949712fe17eb8edba.tar.gz
rsyslog-d5906846156e49cad90736b949712fe17eb8edba.tar.xz
rsyslog-d5906846156e49cad90736b949712fe17eb8edba.zip
backported current tcpflood testing tool
so that we can improve v5's testbench as well
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 930aa304..8e178ab8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -426,7 +426,8 @@ uxsockrcvr_SOURCES = uxsockrcvr.c
uxsockrcvr_LDADD = $(SOL_LIBS)
tcpflood_SOURCES = tcpflood.c
-tcpflood_LDADD = $(SOL_LIBS)
+tcpflood_CPPFLAGS = $(PTHREADS_CFLAGS)
+tcpflood_LDADD = $(SOL_LIBS) $(PTHREADS_LIBS)
syslog_caller_SOURCES = syslog_caller.c
syslog_caller_LDADD = $(SOL_LIBS)