diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-03-08 05:33:10 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-03-08 05:33:10 +0000 |
commit | b7649b4d6a9b53c957dfa67fb55fe4b7cca9dfdb (patch) | |
tree | e11d135adfadd74fa9e58956116d7a25be9f4263 /TAO/tao/SmartProxies | |
parent | 455dcb1d2b2c8e82c004d54cfef66d0507e12063 (diff) | |
download | ATCD-b7649b4d6a9b53c957dfa67fb55fe4b7cca9dfdb.tar.gz |
ChangeLogTag:Thu Mar 7 21:27:58 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/SmartProxies')
-rw-r--r-- | TAO/tao/SmartProxies/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/SmartProxies/Makefile b/TAO/tao/SmartProxies/Makefile index 466236c7adc..5cd57d022bc 100644 --- a/TAO/tao/SmartProxies/Makefile +++ b/TAO/tao/SmartProxies/Makefile @@ -50,7 +50,8 @@ CPPFLAGS += -I$(TAO_ROOT) .obj/Smart_Proxies.o .obj/Smart_Proxies.so .shobj/Smart_Proxies.o .shobj/Smart_Proxies.so: Smart_Proxies.cpp Smart_Proxies.h \ - $(ACE_ROOT)/ace/pre.h smartproxies_export.h \ + $(ACE_ROOT)/ace/pre.h \ + smartproxies_export.h \ $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/ACE_export.h \ $(ACE_ROOT)/ace/svc_export.h \ @@ -147,8 +148,6 @@ CPPFLAGS += -I$(TAO_ROOT) $(TAO_ROOT)/tao/varbase.h \ $(TAO_ROOT)/tao/TAO_Export.h \ $(TAO_ROOT)/tao/corbafwd.i \ - $(TAO_ROOT)/tao/Object_Proxy_Broker.h \ - $(TAO_ROOT)/tao/Object_Proxy_Impl.h \ $(TAO_ROOT)/tao/Policy_ForwardC.h \ $(TAO_ROOT)/tao/Sequence.h \ $(TAO_ROOT)/tao/Managed_Types.h \ |