move LAPDm_types to library + make lapdm executable compile again

This commit is contained in:
Harald Welte 2017-07-31 16:15:56 +02:00
parent efbc2fca24
commit 5aa500791e
3 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ gen_links $DIR $FILES
DIR=../library DIR=../library
FILES="General_Types.ttcn GSM_Types.ttcn GSM_RR_Types.ttcn RLCMAC_CSN1_Types.ttcn Osmocom_Types.ttcn L1CTL_PortType.ttcn L1CTL_Types.ttcn LAPDm_RAW_PT.ttcn" FILES="General_Types.ttcn GSM_Types.ttcn GSM_RR_Types.ttcn RLCMAC_CSN1_Types.ttcn Osmocom_Types.ttcn L1CTL_PortType.ttcn L1CTL_Types.ttcn LAPDm_RAW_PT.ttcn LAPDm_Types.ttcn RLCMAC_Types.ttcn RLCMAC_EncDec.cc"
gen_links $DIR $FILES gen_links $DIR $FILES

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
FILES="*.ttcn UD_PT.cc UD_PT.hh" FILES="*.ttcn UD_PT.cc UD_PT.hh RLCMAC_EncDec.cc"
ttcn3_makefilegen -f L1CTL_Test.ttcn $FILES ttcn3_makefilegen -f L1CTL_Test.ttcn $FILES
sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile