fixed testbench compile problem on Solaris

This commit is contained in:
Rainer Gerhards 2010-10-19 11:17:07 +02:00
parent 2c9ca3fc9a
commit 0972943f52

View File

@ -314,11 +314,13 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
testsuites/dircreate_off.conf \ testsuites/dircreate_off.conf \
cfg.sh cfg.sh
uxsockrcvr_SOURCES = uxsockrcvr.c
ourtail_SOURCES = ourtail.c ourtail_SOURCES = ourtail.c
msleep_SOURCES = msleep.c msleep_SOURCES = msleep.c
chkseq_SOURCES = chkseq.c chkseq_SOURCES = chkseq.c
uxsockrcvr_SOURCES = uxsockrcvr.c
uxsockrcvr_LDADD = $(SOL_LIBS)
tcpflood_SOURCES = tcpflood.c tcpflood_SOURCES = tcpflood.c
tcpflood_LDADD = $(SOL_LIBS) tcpflood_LDADD = $(SOL_LIBS)