summaryrefslogtreecommitdiff
path: root/TAO/tao/Domain/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Domain/Makefile')
-rw-r--r--TAO/tao/Domain/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/Domain/Makefile b/TAO/tao/Domain/Makefile
index 8a00d5030ef..ef00701fee2 100644
--- a/TAO/tao/Domain/Makefile
+++ b/TAO/tao/Domain/Makefile
@@ -50,8 +50,9 @@ CPPFLAGS += -I$(TAO_ROOT)
.obj/DomainS.o .obj/DomainS.so .shobj/DomainS.o .shobj/DomainS.so: DomainS.cpp DomainS.h \
- $(ACE_ROOT)/ace/pre.h \
- domain_export.h \
+ $(ACE_ROOT)/ace/pre.h domain_export.h \
+ $(ACE_ROOT)/ace/config-sunos5.6.h \
+ $(ACE_ROOT)/ace/config-sunos5.5.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ACE_export.h \
$(ACE_ROOT)/ace/svc_export.h \
@@ -405,8 +406,6 @@ CPPFLAGS += -I$(TAO_ROOT)
$(TAO_ROOT)/tao/Invocation_Endpoint_Selectors.h \
$(TAO_ROOT)/tao/Invocation_Endpoint_Selectors.i \
$(TAO_ROOT)/tao/Invocation.i \
- $(TAO_ROOT)/tao/ClientRequestInfo.h \
- $(TAO_ROOT)/tao/ClientRequestInfo.inl \
$(TAO_ROOT)/tao/IFR_Client/IFR_BaseC.i \
$(TAO_ROOT)/tao/IFR_Client/IFR_BasicC.i \
$(TAO_ROOT)/tao/IFR_Client/IFR_ExtendedC.i \