summaryrefslogtreecommitdiff
path: root/websvcs/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'websvcs/tests/Makefile')
-rw-r--r--websvcs/tests/Makefile5
1 files changed, 4 insertions, 1 deletions
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 \