diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-28 07:21:30 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-28 07:21:30 +0000 |
commit | 93bbab9128fabc2b85cda5375206dc8afc4968a6 (patch) | |
tree | 658e44157b7c84a4ff46422a534c05e149547d23 /examples/IOStream/client | |
parent | 6696bf1236fa8446bdfde4f4c38d45bda17f6bec (diff) | |
download | ATCD-93bbab9128fabc2b85cda5375206dc8afc4968a6.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples/IOStream/client')
-rw-r--r-- | examples/IOStream/client/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/IOStream/client/Makefile b/examples/IOStream/client/Makefile index fe48a7d2a30..f8065ed73d8 100644 --- a/examples/IOStream/client/Makefile +++ b/examples/IOStream/client/Makefile @@ -47,6 +47,7 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU $(WRAPPER_ROOT)/ace/OS.h \ $(WRAPPER_ROOT)/ace/config.h \ $(WRAPPER_ROOT)/ace/stdcpp.h \ + $(WRAPPER_ROOT)/ace/OS.i \ $(WRAPPER_ROOT)/ace/Trace.h \ $(WRAPPER_ROOT)/ace/Log_Msg.h \ $(WRAPPER_ROOT)/ace/Log_Record.h \ @@ -54,11 +55,13 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU $(WRAPPER_ROOT)/ace/Log_Record.i \ $(WRAPPER_ROOT)/ace/ACE.i \ $(WRAPPER_ROOT)/ace/Addr.h \ + $(WRAPPER_ROOT)/ace/Addr.i \ $(WRAPPER_ROOT)/ace/IPC_SAP.h \ $(WRAPPER_ROOT)/ace/IPC_SAP.i \ $(WRAPPER_ROOT)/ace/SOCK.i \ $(WRAPPER_ROOT)/ace/SOCK_IO.i \ $(WRAPPER_ROOT)/ace/INET_Addr.h \ + $(WRAPPER_ROOT)/ace/INET_Addr.i \ $(WRAPPER_ROOT)/ace/SOCK_Stream.i \ $(WRAPPER_ROOT)/ace/Time_Value.h \ $(WRAPPER_ROOT)/ace/SOCK_Connector.i \ |