aboutsummaryrefslogtreecommitdiffstats
path: root/sip/regen_makefile.sh
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-06-11 15:35:19 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-06-13 16:33:49 +0200
commitacc5119bacc59308aa42c51e0226ed12d1733480 (patch)
treee0466537f8963efe0d6d2df596cebcd8b7c5cb81 /sip/regen_makefile.sh
parent8ab9a7936bbf4b4c2b2de8bb703acadeb94fa358 (diff)
lib/IPA_Emulation: Build IPA_CTRL conditionally based on define
Diffstat (limited to 'sip/regen_makefile.sh')
-rwxr-xr-xsip/regen_makefile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/regen_makefile.sh b/sip/regen_makefile.sh
index 86f71b8a..722620bf 100755
--- a/sip/regen_makefile.sh
+++ b/sip/regen_makefile.sh
@@ -3,6 +3,6 @@
FILES="*.ttcn *.ttcnpp TCCConversion.cc TCCInterface.cc UD_PT.cc MNCC_EncDec.cc IPL4asp_PT.cc
IPL4asp_discovery.cc SDP_EncDec.cc RTP_EncDec.cc IPA_CodecPort_CtrlFunctDef.cc RTP_CodecPort_CtrlFunctDef.cc TELNETasp_PT.cc Native_FunctionDefs.cc SIPmsg_PT.cc *.c "
-export CPPFLAGS_TTCN3=""
+export CPPFLAGS_TTCN3="-DIPA_EMULATION_CTRL -DRAN_EMULATION_CTRL"
../regen-makefile.sh SIP_Tests.ttcn $FILES