From 138a3cceedc5c246d7360b6513dff7fba7563f21 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Wed, 21 Oct 1998 00:45:14 +0000 Subject: Added ACELIB to LIBS to link in libACE. --- netsvcs/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netsvcs/lib/Makefile') 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) -- cgit v1.2.1