selftest: Fix Makefile generation on TITAN 6.1.0

Change-Id: I7720972573281a1df0be99f769217f9aa3bea7d6
This commit is contained in:
Harald Welte 2017-12-13 00:49:32 +01:00
parent 16979760b2
commit 2a83b0ffcb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ MAIN=Selftest.ttcn
FILES="*.ttcn IPA_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc SDP_EncDec.cc *.c"
ttcn3_makefilegen -l -f $MAIN $FILES
#sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile
sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' 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