diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-30 19:14:23 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-30 19:14:23 +0000 |
commit | c73404aa6afedf2e10f0cab5d50ccb9118c7a84b (patch) | |
tree | cfd04d4ac9062fb9f2d7714bbe983708e8b5e21c /examples/ASX/CCM_App | |
parent | 275bfed956c2f59414835bde3d8f58aa958ed82c (diff) | |
download | ATCD-c73404aa6afedf2e10f0cab5d50ccb9118c7a84b.tar.gz |
ChangeLogTag:Fri Mar 30 11:12:53 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'examples/ASX/CCM_App')
-rw-r--r-- | examples/ASX/CCM_App/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/ASX/CCM_App/Makefile b/examples/ASX/CCM_App/Makefile index c42a153e306..321db333eec 100644 --- a/examples/ASX/CCM_App/Makefile +++ b/examples/ASX/CCM_App/Makefile @@ -45,7 +45,8 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -.obj/CCM_App.o .obj/CCM_App.so .shobj/CCM_App.o .shobj/CCM_App.so: CCM_App.cpp $(ACE_ROOT)/ace/Stream.h \ +.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 \ |