summaryrefslogtreecommitdiff
path: root/TAO/tao/Makefile.tao
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Makefile.tao')
-rw-r--r--TAO/tao/Makefile.tao16
1 files changed, 15 insertions, 1 deletions
diff --git a/TAO/tao/Makefile.tao b/TAO/tao/Makefile.tao
index 7f02bc8a0e6..c461dc5300b 100644
--- a/TAO/tao/Makefile.tao
+++ b/TAO/tao/Makefile.tao
@@ -299,7 +299,12 @@ ORB_CORE_FILES = \
Request_Dispatcher \
Valuetype_Adapter \
ObjectKey_Table \
- Refcounted_ObjectKey
+ Refcounted_ObjectKey \
+ Argument \
+ Basic_Arguments \
+ Special_Basic_Arguments \
+ UB_String_Arguments
+
DYNAMIC_ANY_FILES =
@@ -322,6 +327,15 @@ TEMPLATE_FILES = \
Seq_Var_T \
Value_VarOut_T \
VarOut_T \
+ Basic_Argument_T \
+ BD_String_Argument_T \
+ Object_Argument_T \
+ Special_Basic_Argument_T \
+ UB_String_Argument_T \
+ Fixed_Size_Argument_T \
+ Var_Size_Argument_T \
+ Fixed_Array_Argument_T \
+ Var_Array_Argument_T \
TAO_Singleton
ifndef TAO_ROOT