summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/Makefile')
-rw-r--r--TAO/tests/Param_Test/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Param_Test/Makefile b/TAO/tests/Param_Test/Makefile
index d8aa4772588..d67703155f1 100644
--- a/TAO/tests/Param_Test/Makefile
+++ b/TAO/tests/Param_Test/Makefile
@@ -93,9 +93,9 @@ include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
#include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
-override TAO_IDLFLAGS += -hc Cli.h -hs Ser.h -hT Ser_T.h \
- -cs Cli.cpp -ci Cli.i \
- -ss Ser.cpp -sT Ser_T.cpp
+override TAO_IDLFLAGS += -hc Cli.h -cs Cli.cpp -ci Cli.i \
+ -hs Ser.h -ss Ser.cpp -si Ser.i \
+ -hT Ser_T.h -sT Ser_T.cpp -st Ser_T.i
TSS_ORB_FLAG = #-DTAO_HAS_TSS_ORBCORE
CPPFLAGS += -I$(TAO_ROOT) $(TSS_ORB_FLAG)