summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-06-15 21:31:44 +0000
committerSteve Huston <shuston@riverace.com>1999-06-15 21:31:44 +0000
commit15126eeb97b706bacfb2b90c5995d0042cda2dac (patch)
tree9c45613eab7a0a6b2af8085c296d7250d4f14e18 /apps
parente3805ab991e941a07b40e42724cf346cb33398b4 (diff)
downloadATCD-15126eeb97b706bacfb2b90c5995d0042cda2dac.tar.gz
Add ACELIB to LIBS; remove VLDLIBS line (it's set in wrapper_macros).
Diffstat (limited to 'apps')
-rw-r--r--apps/Gateway/Peer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Gateway/Peer/Makefile b/apps/Gateway/Peer/Makefile
index 91228a06baa..bc08ea314fc 100644
--- a/apps/Gateway/Peer/Makefile
+++ b/apps/Gateway/Peer/Makefile
@@ -17,7 +17,7 @@ FILES = Options \
LSRC = $(addsuffix .cpp,$(FILES))
LDLIBS = -lPeer
-VLDLIBS = $(LDLIBS:%=%$(VAR))
+LIBS += $(ACELIB)
BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)