diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-19 15:25:15 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-19 15:25:15 +0000 |
commit | e4c46206fe1a0fe50730e4614583fab8c7137dfd (patch) | |
tree | 2b3a25b0f51fdaccd1ebc33cdf3482bc415c337f /examples/ASX/CCM_App/Makefile | |
parent | d945fa7ed7ae0ee51be01b95fefbe5b797b5eddd (diff) | |
download | ATCD-e4c46206fe1a0fe50730e4614583fab8c7137dfd.tar.gz |
ChangeLogTag:Wed Apr 19 08:18:30 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'examples/ASX/CCM_App/Makefile')
-rw-r--r-- | examples/ASX/CCM_App/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/ASX/CCM_App/Makefile b/examples/ASX/CCM_App/Makefile index b33fc096723..f5b4e8efd6c 100644 --- a/examples/ASX/CCM_App/Makefile +++ b/examples/ASX/CCM_App/Makefile @@ -49,9 +49,12 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU .obj/CCM_App.o .obj/CCM_App.so .shobj/CCM_App.o .shobj/CCM_App.so: CCM_App.cpp \ $(ACE_ROOT)/ace/Stream.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 \ |