summaryrefslogtreecommitdiff
path: root/apps/Gateway
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-06-15 21:16:17 +0000
committerSteve Huston <shuston@riverace.com>1999-06-15 21:16:17 +0000
commit21d998cb02b23021376ad2de82a9f9e1e5feb0bc (patch)
treee3b3d52a3eb88e5370c5a4a8755d2d9cfa9a73bc /apps/Gateway
parent38079a660d51d9fe0e2228e3984cfe53a8bb028d (diff)
downloadATCD-21d998cb02b23021376ad2de82a9f9e1e5feb0bc.tar.gz
Added: LIBS += $(ACELIB) to include libACE in libGateway link.
Diffstat (limited to 'apps/Gateway')
-rw-r--r--apps/Gateway/Gateway/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/Gateway/Gateway/Makefile b/apps/Gateway/Gateway/Makefile
index 4a34c083dda..dadbed2b835 100644
--- a/apps/Gateway/Gateway/Makefile
+++ b/apps/Gateway/Gateway/Makefile
@@ -25,7 +25,8 @@ FILES = Concrete_Connection_Handlers \
LSRC = $(addsuffix .cpp,$(FILES))
LDLIBS = -lGateway
-VLDLIBS = $(LDLIBS:%=%$(VAR))
+
+LIBS += $(ACELIB)
BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)