Added math library to load libs

This commit is contained in:
Janet B. Anderson
1995-02-13 15:57:30 +00:00
parent b30c979b0b
commit e74acbc234
+1 -1
View File
@@ -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)