summaryrefslogtreecommitdiff
path: root/examples/IOStream
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-14 15:55:48 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-14 15:55:48 +0000
commit6a9b8dc0218846c897fc6bc6c082fc592daa0b41 (patch)
treec70f067bbbe9f44d5415d933233c91b17c2f278c /examples/IOStream
parentcc19d16eaa2f75770a66593989e8cde1c86287d8 (diff)
downloadATCD-6a9b8dc0218846c897fc6bc6c082fc592daa0b41.tar.gz
ChangeLogTag:Wed Jun 14 08:30:53 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'examples/IOStream')
-rw-r--r--examples/IOStream/client/Makefile2
-rw-r--r--examples/IOStream/server/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/IOStream/client/Makefile b/examples/IOStream/client/Makefile
index 202bad9bc8e..31323823bff 100644
--- a/examples/IOStream/client/Makefile
+++ b/examples/IOStream/client/Makefile
@@ -39,7 +39,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-.obj/iostream_client.o .obj/iostream_client.o .obj/iostream_client.o .obj/iostream_client.o: iostream_client.cpp \
+.obj/iostream_client.o .obj/iostream_client.so .shobj/iostream_client.o .shobj/iostream_client.so: iostream_client.cpp \
$(ACE_ROOT)/ace/SOCK_Connector.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/SOCK_Stream.h \
diff --git a/examples/IOStream/server/Makefile b/examples/IOStream/server/Makefile
index 86691ff402f..2e560637b50 100644
--- a/examples/IOStream/server/Makefile
+++ b/examples/IOStream/server/Makefile
@@ -39,7 +39,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-.obj/iostream_server.o .obj/iostream_server.o .obj/iostream_server.o .obj/iostream_server.o: iostream_server.cpp \
+.obj/iostream_server.o .obj/iostream_server.so .shobj/iostream_server.o .shobj/iostream_server.so: iostream_server.cpp \
$(ACE_ROOT)/ace/Acceptor.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/Service_Config.h \