summaryrefslogtreecommitdiff
path: root/TAO/tao/Domain
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-20 03:04:41 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-20 03:04:41 +0000
commitf971b1364374d44407c9f38fe8dfb8afbf68ff7d (patch)
tree68edc77c1f5fd72f6a749886ac56480daf28c4c8 /TAO/tao/Domain
parentbe3d78ed1294afcb66f9e8d983b7f47634966ee5 (diff)
downloadATCD-f971b1364374d44407c9f38fe8dfb8afbf68ff7d.tar.gz
ChangeLogTag: Mon Feb 19 20:19:07 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Domain')
-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 d53ccaacb5e..fa8af00e8e7 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 \
@@ -382,8 +383,6 @@ CPPFLAGS += -I$(TAO_ROOT)
$(TAO_ROOT)/tao/IFR_Client/InterfaceC.h \
$(TAO_ROOT)/tao/IFR_Client/ifrfwd.h \
$(TAO_ROOT)/tao/IFR_Client/ifr_client_export.h \
- $(TAO_ROOT)/tao/IFR_Client/IFR_Client_Adapter_Impl.h \
- $(TAO_ROOT)/tao/IFR_Client_Adapter.h \
$(TAO_ROOT)/tao/IFR_Client/InterfaceC.i \
$(TAO_ROOT)/tao/TAO_Server_Request.h \
$(TAO_ROOT)/tao/Tagged_Profile.h \