aboutsummaryrefslogtreecommitdiffstats
path: root/sysinfo/regen_makefile.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-07-14 19:25:31 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-14 19:26:12 +0200
commit164a28cbfbe0ec64e23a2a44eed2be122810f1d8 (patch)
tree35fb753583179f469b461363662a7939c84b1a23 /sysinfo/regen_makefile.sh
parentddeaa5769c7ba11aa3519186be0c701260132029 (diff)
"import" IPL4asp so we can use UDP/TCP/SCTP sockets
Importing in the Titan context apparently seems to mean symlinking the source files into the current project. I haven't found a concept of linking against libraries yet.
Diffstat (limited to 'sysinfo/regen_makefile.sh')
-rwxr-xr-xsysinfo/regen_makefile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysinfo/regen_makefile.sh b/sysinfo/regen_makefile.sh
index 191da90b..93e5fc56 100755
--- a/sysinfo/regen_makefile.sh
+++ b/sysinfo/regen_makefile.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-FILES="*.ttcn"
+FILES="*.ttcn IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc"
ttcn3_makefilegen -f Test.ttcn $FILES
sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile