summaryrefslogtreecommitdiff
path: root/examples/IOStream/client/Makefile
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-12 04:08:09 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-12 04:08:09 +0000
commit34ac8251262d77ef92fff3481f1a9b507e2912bd (patch)
tree06cb36c2a9f65b52bd78f2c557123d27b67f158b /examples/IOStream/client/Makefile
parent32defdfda23bbb4fa7da3fef61ac3956c16ec963 (diff)
downloadATCD-34ac8251262d77ef92fff3481f1a9b507e2912bd.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/IOStream/client/Makefile')
-rw-r--r--examples/IOStream/client/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/IOStream/client/Makefile b/examples/IOStream/client/Makefile
index 49df3573367..5aea1edc033 100644
--- a/examples/IOStream/client/Makefile
+++ b/examples/IOStream/client/Makefile
@@ -38,7 +38,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-.obj/iostream_client.o .shobj/iostream_client.so: iostream_client.cpp \
+.obj/iostream_client.o .shobj/iostream_client.: iostream_client.cpp \
$(ACE_ROOT)/ace/SOCK_Connector.h \
$(ACE_ROOT)/ace/SOCK_Stream.h \
$(ACE_ROOT)/ace/SOCK_IO.h \
@@ -65,6 +65,10 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
$(ACE_ROOT)/ace/SOCK_Stream.i \
$(ACE_ROOT)/ace/Time_Value.h \
$(ACE_ROOT)/ace/SOCK_Connector.i \
- $(ACE_ROOT)/ace/IOStream.h
+ $(ACE_ROOT)/ace/IOStream.h \
+ $(ACE_ROOT)/ace/Handle_Set.h \
+ $(ACE_ROOT)/ace/Handle_Set.i \
+ $(ACE_ROOT)/ace/IOStream_T.h \
+ $(ACE_ROOT)/ace/IOStream_T.i
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY