diff options
Diffstat (limited to 'websvcs/lib/Makefile')
-rw-r--r-- | websvcs/lib/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/websvcs/lib/Makefile b/websvcs/lib/Makefile index 7b5f3dd8a5f..d6f6ed5a45a 100644 --- a/websvcs/lib/Makefile +++ b/websvcs/lib/Makefile @@ -43,7 +43,7 @@ endif # SUPPRESS_DASH_G # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -.obj/URL_Addr.o .obj/URL_Addr.so .shobj/URL_Addr.o .shobj/URL_Addr.so: URL_Addr.cpp URL_Addr.h \ +.obj/URL_Addr.o .obj/URL_Addr.o .obj/URL_Addr.o .obj/URL_Addr.o: URL_Addr.cpp URL_Addr.h \ $(ACE_ROOT)/ace/INET_Addr.h \ $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/ACE.h \ @@ -52,6 +52,15 @@ endif # SUPPRESS_DASH_G $(ACE_ROOT)/ace/ace_wchar.h \ $(ACE_ROOT)/ace/ACE_export.h \ $(ACE_ROOT)/ace/svc_export.h \ + $(ACE_ROOT)/ace/OS_Dirent.h \ + $(ACE_ROOT)/ace/OS_Export.h \ + $(ACE_ROOT)/ace/OS_Dirent.inl \ + $(ACE_ROOT)/ace/OS_String.h \ + $(ACE_ROOT)/ace/OS_String.inl \ + $(ACE_ROOT)/ace/OS_Memory.h \ + $(ACE_ROOT)/ace/OS_Memory.inl \ + $(ACE_ROOT)/ace/OS_TLI.h \ + $(ACE_ROOT)/ace/OS_TLI.inl \ $(ACE_ROOT)/ace/Min_Max.h \ $(ACE_ROOT)/ace/streams.h \ $(ACE_ROOT)/ace/Basic_Types.h \ |