diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-03-16 08:56:57 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-03-16 08:56:57 +0000 |
commit | 3db444a4af91af836045d06d6d0077e2c0281ecf (patch) | |
tree | a4a4c95ba07421d43018113ab36639c0827c11dd /TAO/tao/IORInterceptor | |
parent | 47b5dfe9ae3189a71cd1e8db5e6a8126f12c5a3c (diff) | |
download | ATCD-3db444a4af91af836045d06d6d0077e2c0281ecf.tar.gz |
ChangeLogTag:Tue Mar 16 00:49:15 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IORInterceptor')
-rw-r--r-- | TAO/tao/IORInterceptor/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/IORInterceptor/Makefile b/TAO/tao/IORInterceptor/Makefile index c2e64d276e3..249bfbdf2a6 100644 --- a/TAO/tao/IORInterceptor/Makefile +++ b/TAO/tao/IORInterceptor/Makefile @@ -72,6 +72,7 @@ endif $(TAO_ROOT)/tao/orbconf.h \ $(ACE_ROOT)/ace/Basic_Types.h \ $(ACE_ROOT)/ace/config-all.h \ + $(ACE_ROOT)/ace/config-lite.h \ $(ACE_ROOT)/ace/config.h \ $(ACE_ROOT)/ace/$(ACE_PLATFORM_CONFIG) \ $(ACE_ROOT)/ace/post.h \ @@ -354,6 +355,7 @@ endif $(TAO_ROOT)/tao/orbconf.h \ $(ACE_ROOT)/ace/Basic_Types.h \ $(ACE_ROOT)/ace/config-all.h \ + $(ACE_ROOT)/ace/config-lite.h \ $(ACE_ROOT)/ace/config.h \ $(ACE_ROOT)/ace/$(ACE_PLATFORM_CONFIG) \ $(ACE_ROOT)/ace/post.h \ @@ -714,6 +716,7 @@ endif .obj/IORInterceptor_List.o .obj/IORInterceptor_List.so .shobj/IORInterceptor_List.o .shobj/IORInterceptor_List.so: IORInterceptor_List.cpp IORInterceptor_List.h \ $(ACE_ROOT)/ace/pre.h iorinterceptor_export.h \ $(ACE_ROOT)/ace/config-all.h \ + $(ACE_ROOT)/ace/config-lite.h \ $(ACE_ROOT)/ace/config.h \ $(ACE_ROOT)/ace/$(ACE_PLATFORM_CONFIG) \ $(ACE_ROOT)/ace/post.h \ @@ -1007,6 +1010,7 @@ endif $(TAO_ROOT)/tao/orbconf.h \ $(ACE_ROOT)/ace/Basic_Types.h \ $(ACE_ROOT)/ace/config-all.h \ + $(ACE_ROOT)/ace/config-lite.h \ $(ACE_ROOT)/ace/config.h \ $(ACE_ROOT)/ace/$(ACE_PLATFORM_CONFIG) \ $(ACE_ROOT)/ace/post.h \ |