diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-09 04:12:10 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-09 04:12:10 +0000 |
commit | a15783f35fe7d021deb43944592730453263227b (patch) | |
tree | 97b6db5857da7a6db1ac44d064101d01b00ebf1a /examples/Map_Manager/Makefile | |
parent | d1a381cbb2984d2960caa28d9f1c7fef78a8f6f9 (diff) | |
download | ATCD-a15783f35fe7d021deb43944592730453263227b.tar.gz |
ChangeLogTag:Sun Nov 9 04:08:16 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples/Map_Manager/Makefile')
-rw-r--r-- | examples/Map_Manager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Map_Manager/Makefile b/examples/Map_Manager/Makefile index 04468631f7e..f6546b3f5e4 100644 --- a/examples/Map_Manager/Makefile +++ b/examples/Map_Manager/Makefile @@ -39,6 +39,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU .obj/test_hash_map_manager.o .obj/test_hash_map_manager.so .shobj/test_hash_map_manager.o .shobj/test_hash_map_manager.so: test_hash_map_manager.cpp \ $(ACE_ROOT)/ace/OS_main.h \ + $(ACE_ROOT)/ace/ACE_export.h \ $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/ace_wchar.h \ @@ -47,7 +48,6 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \ $(ACE_ROOT)/ace/Default_Constants.h \ $(ACE_ROOT)/ace/Functor.h \ - $(ACE_ROOT)/ace/ACE_export.h \ $(ACE_ROOT)/ace/Basic_Types.h \ $(ACE_ROOT)/ace/os_include/os_limits.h \ $(ACE_ROOT)/ace/os_include/os_unistd.h \ |