summaryrefslogtreecommitdiff
path: root/TAO/tests/RTScheduling/VoidData/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTScheduling/VoidData/Makefile')
-rw-r--r--TAO/tests/RTScheduling/VoidData/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tests/RTScheduling/VoidData/Makefile b/TAO/tests/RTScheduling/VoidData/Makefile
index 93598c146fe..a2f3862b483 100644
--- a/TAO/tests/RTScheduling/VoidData/Makefile
+++ b/TAO/tests/RTScheduling/VoidData/Makefile
@@ -14,18 +14,20 @@ endif # ! TAO_ROOT
BIN_UNCHECKED = VoidData
-SRC = $(addsuffix .cpp, $(BIN_UNCHECKED))
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp
CLIENT_OBJS = test_client.o testC.o
+SRC = testC.cpp test_client.cpp
+
BUILD = $(BIN)
VBIN = $(BIN:%=%$(VAR))
CPPFLAGS += -I$(TAO_ROOT)/tao/RTScheduling
LIBS = -lTAO_RTScheduler
+TAO_IDLFLAGS += -Ge 1 -I$(TAO_ROOT)
#----------------------------------------------------------------------------
# Include macros and targets