diff options
Diffstat (limited to 'apps/JAWS/clients/Caching/Makefile')
-rw-r--r-- | apps/JAWS/clients/Caching/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/JAWS/clients/Caching/Makefile b/apps/JAWS/clients/Caching/Makefile index 3aef0afd7bd..78c8bb65778 100644 --- a/apps/JAWS/clients/Caching/Makefile +++ b/apps/JAWS/clients/Caching/Makefile @@ -49,10 +49,13 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU .obj/http_handler.o .obj/http_handler.so .shobj/http_handler.o .shobj/http_handler.so: http_handler.cpp \ $(ACE_ROOT)/ace/Filecache.h \ + $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/Mem_Map.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 \ |