summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-10-21 00:45:14 +0000
committerSteve Huston <shuston@riverace.com>1998-10-21 00:45:14 +0000
commit138a3cceedc5c246d7360b6513dff7fba7563f21 (patch)
tree52103e01abbfeb86a09050ff018ab272c3aa05be /netsvcs
parent3da0a6b9230be6b1aafedff5fef11dab860f411e (diff)
downloadATCD-138a3cceedc5c246d7360b6513dff7fba7563f21.tar.gz
Added ACELIB to LIBS to link in libACE.
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/lib/Makefile b/netsvcs/lib/Makefile
index c35cc01353d..239b44356f6 100644
--- a/netsvcs/lib/Makefile
+++ b/netsvcs/lib/Makefile
@@ -21,7 +21,7 @@ FILES = TS_Server_Handler \
DEFS = $(addsuffix .h,$(FILES))
LSRC = $(addsuffix .cpp,$(FILES))
-LIBS += -lACE
+LIBS += $(ACELIB)
BUILD = $(VLIB) $(VSHLIB)