aboutsummaryrefslogtreecommitdiffstats
path: root/mgw/regen_makefile.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-09-16 00:50:08 +0800
committerHarald Welte <laforge@gnumonks.org>2017-09-16 00:50:08 +0800
commit2c6dba145a8325a2359085a4500eb65d981ad0f7 (patch)
tree0509d2c280fbf3cdda2d482abc55b3a823738f16 /mgw/regen_makefile.sh
parent12000e2a7af64577efc6bdb52f43acfcf57c981b (diff)
Introduce MGCP_CodecPort on top of UDP port
Diffstat (limited to 'mgw/regen_makefile.sh')
-rwxr-xr-xmgw/regen_makefile.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mgw/regen_makefile.sh b/mgw/regen_makefile.sh
index 8b68b2f8..ffdbd11e 100755
--- a/mgw/regen_makefile.sh
+++ b/mgw/regen_makefile.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-FILES="*.ttcn SDP_EncDec.cc *.c"
+FILES="*.ttcn SDP_EncDec.cc *.c MGCP_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc"
ttcn3_makefilegen -f MGCP_Test.ttcn $FILES
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/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