Added -lm

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@222 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-02-11 16:20:37 +00:00
commit 5bbfeb67d9

View file

@ -4,7 +4,7 @@ SWIGOPT = -I../../Include
SRCS =
TARGET = gifplot
INTERFACE = gifplot.i
LIBS = -L../.. -lgifplot
LIBS = -L../.. -lgifplot -lm
INCLUDE = -I../../Include
all::