summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/Gateway/Gateway/Makefile2
-rw-r--r--apps/Gateway/Peer/Makefile2
-rw-r--r--examples/Connection/non_blocking/Makefile2
-rw-r--r--examples/Service_Configurator/IPC-tests/server/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/apps/Gateway/Gateway/Makefile b/apps/Gateway/Gateway/Makefile
index 55603ae4b07..9b19f89b16e 100644
--- a/apps/Gateway/Gateway/Makefile
+++ b/apps/Gateway/Gateway/Makefile
@@ -10,7 +10,7 @@
BIN = gatewayd
LIB = libGateway.a
-SHLIB = libGateway.so
+SHLIB = libGateway.$(SOEXT)
FILES = Concrete_Proxy_Handlers \
Config_Files \
diff --git a/apps/Gateway/Peer/Makefile b/apps/Gateway/Peer/Makefile
index e4bdbf691ce..e288f55d8a4 100644
--- a/apps/Gateway/Peer/Makefile
+++ b/apps/Gateway/Peer/Makefile
@@ -10,7 +10,7 @@
BIN = peerd
LIB = libPeer.a
-SHLIB = libPeer.so
+SHLIB = libPeer.$(SOEXT)
FILES = Peer
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 \