aboutsummaryrefslogtreecommitdiffstats
path: root/mgw/gen_links.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-12-13 13:19:26 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-13 13:19:26 +0100
commit152c38c765fc34cb526b4e82fced77af3f092489 (patch)
treef60d418f18a2a888efb54db425c6a64b158b8696 /mgw/gen_links.sh
parent20a58c6d6f4bb80814e2ff89d4f0ac0e45ea41cc (diff)
move RTP_CodecPort.ttcn to library
Diffstat (limited to 'mgw/gen_links.sh')
-rwxr-xr-xmgw/gen_links.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgw/gen_links.sh b/mgw/gen_links.sh
index 0b8195e0..acdeb402 100755
--- a/mgw/gen_links.sh
+++ b/mgw/gen_links.sh
@@ -37,5 +37,5 @@ FILES="RTP_EncDec.cc RTP_Types.ttcn"
gen_links $DIR $FILES
DIR=../library
-FILES="General_Types.ttcn Osmocom_Types.ttcn MGCP_Types.ttcn MGCP_Templates.ttcn MGCP_CodecPort.ttcn MGCP_CodecPort_CtrlFunct.ttcn MGCP_CodecPort_CtrlFunctDef.cc"
+FILES="General_Types.ttcn Osmocom_Types.ttcn MGCP_Types.ttcn MGCP_Templates.ttcn MGCP_CodecPort.ttcn MGCP_CodecPort_CtrlFunct.ttcn MGCP_CodecPort_CtrlFunctDef.cc RTP_CodecPort.ttcn"
gen_links $DIR $FILES