icm/makedefs.in: add -lm for self-consistent shared libs

This commit is contained in:
h_vogt 2013-04-01 20:11:01 +02:00 committed by rlar
parent 35550cfd1d
commit a2ea2585c1
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ endif
CMPP = $(top_builddir)/src/xspice/cmpp/cmpp
# Flags to use when linking shared library
LDFLAGS = -shared
LDFLAGS = -shared -lm
ifeq ($(ISMINGW), 1)
LDFLAGS = -shared @LDFLAGS@
endif