diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-02 04:28:01 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-02 04:28:01 +0000 |
commit | 7c13a4a701c839a015391f55b47cf6ff3597256f (patch) | |
tree | 828adf071ef6d77fb83a8b23f7ce3484691b2f97 /TAO/tao/SmartProxies | |
parent | 86f6db6c2da8f15e49e340e156741b4b16a7be27 (diff) | |
download | ATCD-7c13a4a701c839a015391f55b47cf6ff3597256f.tar.gz |
Mon Jul 1 23:16:47 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/SmartProxies')
-rw-r--r-- | TAO/tao/SmartProxies/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/SmartProxies/Makefile b/TAO/tao/SmartProxies/Makefile index 76d667423d2..d529363bf89 100644 --- a/TAO/tao/SmartProxies/Makefile +++ b/TAO/tao/SmartProxies/Makefile @@ -52,6 +52,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/config-sunos5.6.h \ + $(ACE_ROOT)/ace/config-sunos5.5.h \ $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/ace_wchar.h \ $(ACE_ROOT)/ace/ace_wchar.inl \ |