sysinfo: build dynamic to enable use of junit-xml logfile plugin

also remove libnetfilter-conntrack linkage, whcih was a copy+paste
error.
This commit is contained in:
Harald Welte 2017-08-20 22:59:13 +02:00
parent f68765d2e5
commit 0b7545dff1
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
FILES="*.ttcn IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc IPL4_GSMTAP_CtrlFunctDef.cc TELNETasp_PT.cc"
ttcn3_makefilegen -f Test.ttcn $FILES
ttcn3_makefilegen -l -f Test.ttcn $FILES
sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile
sed -i -e 's/LDFLAGS = /LDFLAGS = -L \/usr\/lib\/titan `pkg-config --libs libnetfilter_conntrack`/' Makefile
sed -i -e 's/LDFLAGS = /LDFLAGS = -L \/usr\/lib\/titan /' Makefile
sed -i -e 's/TTCN3_LIB = ttcn3-parallel/TTCN3_LIB = ttcn3/' Makefile
sed -i -e 's/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include/CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)\/include -I\/usr\/include\/titan/' Makefile