diff options
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 \ |