From: ellson Date: Wed, 5 Jan 2011 17:56:03 +0000 (+0000) Subject: another fix for expat 32+64 -devel X-Git-Tag: LAST_LIBGRAPH~32^2~1120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=506968aeb8fdee8d77cc6f997feaaa6c3aeb955d;p=graphviz another fix for expat 32+64 -devel --- diff --git a/plugin/gd/Makefile.am b/plugin/gd/Makefile.am index 71c439370..d33b043d5 100644 --- a/plugin/gd/Makefile.am +++ b/plugin/gd/Makefile.am @@ -41,7 +41,7 @@ libgvplugin_gd_la_LIBADD = \ $(top_builddir)/lib/$(GRAPH)/lib$(GRAPH).la \ $(top_builddir)/lib/cdt/libcdt.la \ $(top_builddir)/lib/pathplan/libpathplan.la \ - @PANGOCAIRO_LIBS@ @ICONV_LIBS@ @FONTCONFIG_LIBS@ @FREETYPE2_LIBS@ @JPEG_LIBS@ @PNG_LIBS@ @EXPAT_LIBS@ @Z_LIBS@ @MATH_LIBS@ + @PANGOCAIRO_LIBS@ @ICONV_LIBS@ @EXPAT_LIBS@ @FONTCONFIG_LIBS@ @FREETYPE2_LIBS@ @JPEG_LIBS@ @PNG_LIBS@ @Z_LIBS@ @MATH_LIBS@ AM_CPPFLAGS += -DNONDLL else libgvplugin_gd_la_LIBADD = \