]> granicus.if.org Git - graphviz/commitdiff
Fix bug 1091
authorerg <devnull@localhost>
Thu, 8 Mar 2007 16:40:59 +0000 (16:40 +0000)
committererg <devnull@localhost>
Thu, 8 Mar 2007 16:40:59 +0000 (16:40 +0000)
contrib/diffimg/Makefile.am

index db17847be2cde53f34cf960e2558dac995c812a5..43d220ff2997fc9c1e817707f443ce589e56e126 100644 (file)
@@ -11,11 +11,11 @@ endif
 
 diffimg_SOURCES = diffimg.c
 
-if WITH_LIBGD
+if WITH_MYLIBGD
 diffimg_LDADD = $(top_builddir)/lib/gd/libgvgd_C.la \
        @FC_LIBS@ @FT_LIBS@ @JPEG_LIBS@ @PNG_LIBS@ @Z_LIBS@ @MATH_LIBS@
 else
-diffimg_LDADD = @GD_LIBS@
+diffimg_LDADD = @GD_LIBS@ @MATH_LIBS@
 endif
 
 GRAPH = "digraph G { hello -> world }"