From 5bbfeb67d934d435cf38373651fe508f5d4945bd Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Fri, 11 Feb 2000 16:20:37 +0000 Subject: [PATCH] Added -lm git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@222 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/GIFPlot/Perl/full/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/GIFPlot/Perl/full/Makefile b/Examples/GIFPlot/Perl/full/Makefile index cd576b276..ceed95df8 100644 --- a/Examples/GIFPlot/Perl/full/Makefile +++ b/Examples/GIFPlot/Perl/full/Makefile @@ -4,7 +4,7 @@ SWIGOPT = -I../../Include SRCS = TARGET = gifplot INTERFACE = gifplot.i -LIBS = -L../.. -lgifplot +LIBS = -L../.. -lgifplot -lm INCLUDE = -I../../Include all::