summaryrefslogtreecommitdiff
path: root/netsvcs/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/lib/Makefile')
-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)