summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-10 01:51:00 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-10 01:51:00 +0000
commite95f12d0636804e50171d1dd53eb72e41dd3cec5 (patch)
tree3fb247d00152d19d4ee13fd8362273507f1bc91b /apps
parentd0629a24823943780e4151cad276bb57dbcd67e2 (diff)
downloadATCD-e95f12d0636804e50171d1dd53eb72e41dd3cec5.tar.gz
ChangeLogTag:Thu Nov 9 17:47:37 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'apps')
-rw-r--r--apps/Gateway/Gateway/Makefile2
-rw-r--r--apps/Gateway/Peer/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/Gateway/Gateway/Makefile b/apps/Gateway/Gateway/Makefile
index b05dad9a955..34c0ed36282 100644
--- a/apps/Gateway/Gateway/Makefile
+++ b/apps/Gateway/Gateway/Makefile
@@ -24,7 +24,7 @@ FILES = Concrete_Connection_Handlers \
Connection_Handler_Connector
LSRC = $(addsuffix .cpp,$(FILES))
-LDLIBS = -lGateway
+LDLIBS =
LIBS += $(ACELIB)
diff --git a/apps/Gateway/Peer/Makefile b/apps/Gateway/Peer/Makefile
index c9cde0af37c..16852df935a 100644
--- a/apps/Gateway/Peer/Makefile
+++ b/apps/Gateway/Peer/Makefile
@@ -16,7 +16,7 @@ FILES = Options \
Peer
LSRC = $(addsuffix .cpp,$(FILES))
-LDLIBS = -lPeer
+LDLIBS =
LIBS += $(ACELIB)
BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)