From ffcad68801b06e1799ca47a358396986c30d474f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 30 Jul 2017 22:51:04 +0200 Subject: lapdm: Updated to recent changes in library code (make it compile again) --- lapdm/regen_makefile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lapdm/regen_makefile.sh') diff --git a/lapdm/regen_makefile.sh b/lapdm/regen_makefile.sh index 8d321ac4..f4cf882e 100755 --- a/lapdm/regen_makefile.sh +++ b/lapdm/regen_makefile.sh @@ -5,5 +5,5 @@ FILES="*.ttcn UD_PT.cc UD_PT.hh" ttcn3_makefilegen -f L1CTL_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/TTCN3_LIB = ttcn3-parallel/TTCN3_LIB = ttcn3/' 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 -- cgit v1.2.3