aboutsummaryrefslogtreecommitdiffstats
path: root/selftest
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 /selftest
parent8ab9a7936bbf4b4c2b2de8bb703acadeb94fa358 (diff)
lib/IPA_Emulation: Build IPA_CTRL conditionally based on define
Diffstat (limited to 'selftest')
-rwxr-xr-xselftest/regen_makefile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/regen_makefile.sh b/selftest/regen_makefile.sh
index 2503fca0..9d302acc 100755
--- a/selftest/regen_makefile.sh
+++ b/selftest/regen_makefile.sh
@@ -4,6 +4,6 @@ MAIN=Selftest.ttcn
FILES="*.ttcn *.ttcnpp IPA_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc"
-export CPPFLAGS_TTCN3="-DIPA_EMULATION_RSL -DUSE_MTP3_DISTRIBUTOR"
+export CPPFLAGS_TTCN3="-DIPA_EMULATION_RSL -DIPA_EMULATION_CTRL -DUSE_MTP3_DISTRIBUTOR"
../regen-makefile.sh $MAIN $FILES