From e74acbc23469dc0c86eb4eea85147c9c427ce60a Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 13 Feb 1995 15:57:30 +0000 Subject: [PATCH] Added math library to load libs --- src/as/Makefile.Unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/Makefile.Unix b/src/as/Makefile.Unix index 9520e7743..427163df0 100644 --- a/src/as/Makefile.Unix +++ b/src/as/Makefile.Unix @@ -3,7 +3,7 @@ include Target.include include $(EPICS)/config/CONFIG_BASE USR_CFLAGS = -D_NO_PROTO -USR_LDLIBS = -lAs -lCom -lDb -lCom -s +USR_LDLIBS = -lAs -lCom -lDb -lCom -lm -s USR_LDFLAGS = -L. DEPLIBS_BASE = $(EPICS_BASE_LIB)