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::