diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-04 19:13:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-04 19:13:13 +0000 |
commit | 32b3643dfad8fd664fd8695e6fa890ae8623c404 (patch) | |
tree | a5c492f73b9cd8dfd2e3ee78682954dc653f24c7 /examples/Log_Msg | |
parent | 371f5fc9000d985e69abc3de8f331cf3d5a7267b (diff) | |
download | ATCD-32b3643dfad8fd664fd8695e6fa890ae8623c404.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples/Log_Msg')
-rw-r--r-- | examples/Log_Msg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/Log_Msg/Makefile b/examples/Log_Msg/Makefile index a3eed939ff1..bd2e1b3c88d 100644 --- a/examples/Log_Msg/Makefile +++ b/examples/Log_Msg/Makefile @@ -43,7 +43,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU .obj/test_log_msg.o .shobj/test_log_msg.: test_log_msg.cpp \ $(ACE_ROOT)/ace/OS.h \ $(ACE_ROOT)/ace/config.h \ - $(ACE_ROOT)/ace/streams.h \ + $(ACE_ROOT)/ace/iosfwd.h \ $(ACE_ROOT)/ace/OS.i \ $(ACE_ROOT)/ace/Trace.h \ $(ACE_ROOT)/ace/Log_Msg.h \ @@ -52,6 +52,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU $(ACE_ROOT)/ace/Version.h \ $(ACE_ROOT)/ace/ACE.i \ $(ACE_ROOT)/ace/Log_Priority.h \ - $(ACE_ROOT)/ace/Log_Record.i + $(ACE_ROOT)/ace/Log_Record.i \ + $(ACE_ROOT)/ace/streams.h # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |