From e4c46206fe1a0fe50730e4614583fab8c7137dfd Mon Sep 17 00:00:00 2001 From: coryan Date: Wed, 19 Apr 2000 15:25:15 +0000 Subject: ChangeLogTag:Wed Apr 19 08:18:30 2000 Carlos O'Ryan --- websvcs/lib/Makefile | 5 ++++- websvcs/tests/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'websvcs') 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 \ -- cgit v1.2.1