handle environmental variables when we create folders dynamically to
[deliverable/titan.core.git] / regression_test / cfgFile / module_parameters / references / Makefile
index 8a76636d2622d2dd7264d02bd6b5cde60ce13d96..a9d2880bd968ab960c40f3fb58f7a5f5f3bd8b04 100644 (file)
@@ -25,6 +25,14 @@ ifeq ($(COVERAGE), yes)
   COVERAGE_FLAG += -C
 endif
 
+ifdef DYN
+ifeq ($(PLATFORM), WIN32)
+  export PATH:=$(TTCN3_DIR)/lib:$(PATH):$(ABS_SRC)/$(DIR_SINGLE):$(ANS_SRC)/$(DIR_PARALLEL)
+else
+  export LD_LIBRARY_PATH:=$(LD_LIBRARY_PATH):$(ABS_SRC)/$(DIR_SINGLE):$(ANS_SRC)/$(DIR_PARALLEL)
+endif 
+endif
+
 MAKE_PROG := $(MAKE)
 
 # List of fake targets:
This page took 0.023275 seconds and 5 git commands to generate.