diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-19 00:54:21 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-19 00:54:21 +0000 |
commit | be2f93eb2420446d33e799bb034d5ee9de15fd5c (patch) | |
tree | 8ab8dd284c9ad0ead254230fc7b6c9c949188ff4 /apps | |
parent | 0b7a0b4dc1d40b73def841cb90bae8636aa5f5bd (diff) | |
download | ATCD-be2f93eb2420446d33e799bb034d5ee9de15fd5c.tar.gz |
ChangeLogTag:Mon Aug 18 19:50:13 1997 Carlos O'Ryan <coryan@mambo.cs.wustl.edu>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Gateway/Gateway/Makefile | 2 | ||||
-rw-r--r-- | apps/Gateway/Peer/Makefile | 2 |
2 files changed, 2 insertions, 2 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 |