]> granicus.if.org Git - graphviz/commitdiff
probably harmless to add -lm
authorellson <devnull@localhost>
Wed, 9 Jan 2008 18:39:00 +0000 (18:39 +0000)
committerellson <devnull@localhost>
Wed, 9 Jan 2008 18:39:00 +0000 (18:39 +0000)
lib/gvc/Makefile.am

index 32243dce99195318e8e324de2e0d218f2cb251b4..483d85c7fd188eb5f358b546ebe361b5468a4961 100644 (file)
@@ -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 \