From: ellson Date: Wed, 9 Jan 2008 18:39:00 +0000 (+0000) Subject: probably harmless to add -lm X-Git-Tag: LAST_LIBGRAPH~32^2~4902 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b452027b937fee22169c2ae2007a21f2e9ffa242;p=graphviz probably harmless to add -lm --- diff --git a/lib/gvc/Makefile.am b/lib/gvc/Makefile.am index 32243dce9..483d85c7f 100644 --- a/lib/gvc/Makefile.am +++ b/lib/gvc/Makefile.am @@ -13,7 +13,7 @@ AM_CPPFLAGS = \ $(INCLTDL) -I$(top_srcdir)/libltdl \ -DGVLIBDIR=\"$(pkglibdir)\" -LIBS = $(LIBLTDL) $(SOCKET_LIBS) $(Z_LIBS) +LIBS = $(LIBLTDL) $(SOCKET_LIBS) $(Z_LIBS) $(MATH_LIBS) pkginclude_HEADERS = gvc.h gvcext.h gvplugin.h gvcjob.h \ gvcommon.h gvplugin_render.h gvplugin_layout.h \