summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-19 00:54:21 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-19 00:54:21 +0000
commitbe2f93eb2420446d33e799bb034d5ee9de15fd5c (patch)
tree8ab8dd284c9ad0ead254230fc7b6c9c949188ff4 /examples
parent0b7a0b4dc1d40b73def841cb90bae8636aa5f5bd (diff)
downloadATCD-be2f93eb2420446d33e799bb034d5ee9de15fd5c.tar.gz
ChangeLogTag:Mon Aug 18 19:50:13 1997 Carlos O'Ryan <coryan@mambo.cs.wustl.edu>
Diffstat (limited to 'examples')
-rw-r--r--examples/Connection/non_blocking/Makefile2
-rw-r--r--examples/Service_Configurator/IPC-tests/server/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/Connection/non_blocking/Makefile b/examples/Connection/non_blocking/Makefile
index a8ee2315fc5..4dc67d06791 100644
--- a/examples/Connection/non_blocking/Makefile
+++ b/examples/Connection/non_blocking/Makefile
@@ -9,7 +9,7 @@
#----------------------------------------------------------------------------
LIB = libConn.a
-SHLIB = libConn.so
+SHLIB = libConn.$(SOEXT)
BIN = test_sock_connector \
test_sock_acceptor \
diff --git a/examples/Service_Configurator/IPC-tests/server/Makefile b/examples/Service_Configurator/IPC-tests/server/Makefile
index 73a08298036..8c809ee5950 100644
--- a/examples/Service_Configurator/IPC-tests/server/Makefile
+++ b/examples/Service_Configurator/IPC-tests/server/Makefile
@@ -10,7 +10,7 @@
BIN = server_test
LIB = libServer.a
-SHLIB = libServer.so
+SHLIB = libServer.$(SOEXT)
FILES = Handle_L_Dgram \
Handle_L_CODgram \