diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-17 14:24:17 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-17 14:24:17 +0000 |
commit | 0f26b15489ae2c7a1d1de00cb019b3c8238a574f (patch) | |
tree | c4be9440656b7b04a4f231363e42ef221945623e /TAO/tao/SmartProxies | |
parent | c1a6f3562c72fae20f13bd7a4b3dad5d1cdfb583 (diff) | |
download | ATCD-0f26b15489ae2c7a1d1de00cb019b3c8238a574f.tar.gz |
ChangeLogTag: Thu May 17 08:53:33 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/SmartProxies')
-rw-r--r-- | TAO/tao/SmartProxies/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/SmartProxies/Makefile b/TAO/tao/SmartProxies/Makefile index 185cec3215a..cf39afea751 100644 --- a/TAO/tao/SmartProxies/Makefile +++ b/TAO/tao/SmartProxies/Makefile @@ -52,7 +52,6 @@ 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/post.h \ $(ACE_ROOT)/ace/ACE_export.h \ $(ACE_ROOT)/ace/svc_export.h \ $(ACE_ROOT)/ace/ace_wchar.h \ @@ -60,6 +59,7 @@ CPPFLAGS += -I$(TAO_ROOT) $(ACE_ROOT)/ace/OS_Errno.h \ $(ACE_ROOT)/ace/OS_Export.h \ $(ACE_ROOT)/ace/OS_Errno.inl \ + $(ACE_ROOT)/ace/post.h \ $(TAO_ROOT)/tao/Object.h \ $(TAO_ROOT)/tao/corbafwd.h \ $(ACE_ROOT)/ace/CDR_Base.h \ |