diff options
Diffstat (limited to 'websvcs')
-rw-r--r-- | websvcs/lib/Makefile | 5 | ||||
-rw-r--r-- | websvcs/tests/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/websvcs/lib/Makefile b/websvcs/lib/Makefile index 1b34a172870..a90b66972b4 100644 --- a/websvcs/lib/Makefile +++ b/websvcs/lib/Makefile @@ -45,9 +45,12 @@ endif # SUPPRESS_DASH_G .obj/URL_Addr.o .obj/URL_Addr.so .shobj/URL_Addr.o .shobj/URL_Addr.so: URL_Addr.cpp URL_Addr.h \ $(ACE_ROOT)/ace/INET_Addr.h \ + $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/ACE.h \ $(ACE_ROOT)/ace/OS.h \ - $(ACE_ROOT)/ace/inc_user_config.h \ + $(ACE_ROOT)/ace/post.h \ + $(ACE_ROOT)/ace/ACE_export.h \ + $(ACE_ROOT)/ace/svc_export.h \ $(ACE_ROOT)/ace/Min_Max.h \ $(ACE_ROOT)/ace/streams.h \ $(ACE_ROOT)/ace/Basic_Types.h \ diff --git a/websvcs/tests/Makefile b/websvcs/tests/Makefile index 04b28e13d4c..2d4023a030c 100644 --- a/websvcs/tests/Makefile +++ b/websvcs/tests/Makefile @@ -49,9 +49,12 @@ endif .obj/Test_URL_Addr.o .obj/Test_URL_Addr.so .shobj/Test_URL_Addr.o .shobj/Test_URL_Addr.so: Test_URL_Addr.cpp \ $(ACE_ROOT)/websvcs/lib/URL_Addr.h \ $(ACE_ROOT)/ace/INET_Addr.h \ + $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/ACE.h \ $(ACE_ROOT)/ace/OS.h \ - $(ACE_ROOT)/ace/inc_user_config.h \ + $(ACE_ROOT)/ace/post.h \ + $(ACE_ROOT)/ace/ACE_export.h \ + $(ACE_ROOT)/ace/svc_export.h \ $(ACE_ROOT)/ace/Min_Max.h \ $(ACE_ROOT)/ace/streams.h \ $(ACE_ROOT)/ace/Basic_Types.h \ |