]> granicus.if.org Git - graphviz/commitdiff
fix broken ref to GD_LIBS that broke static builds
authorJohn Ellson <ellson@research.att.com>
Thu, 21 Jul 2016 18:33:11 +0000 (14:33 -0400)
committerJohn Ellson <ellson@research.att.com>
Thu, 21 Jul 2016 18:33:11 +0000 (14:33 -0400)
cmd/dot/Makefile.am

index 6a49482eb44080414e2a2e659d971a7592b389e5..3a5d43ffbd4b7ad2a610e48934420e101375d4d9 100644 (file)
@@ -102,8 +102,8 @@ dot_builtins_LDADD = \
                $(GTS_LIBS) $(EXPAT_LIBS) $(Z_LIBS) $(LIBGEN_LIBS) $(SOCKET_LIBS) $(IPSEPCOLA_LIBS) $(MATH_LIBS)
 
 if WITH_LIBGD
-dot_static_LDADD += $(top_builddir)/plugin/gd/.libs/libgvplugin_gd_C.a $(GD_LIBS)
-dot_builtins_LDADD += $(top_builddir)/plugin/gd/libgvplugin_gd.la $(GD_LIBS)
+dot_static_LDADD += $(top_builddir)/plugin/gd/.libs/libgvplugin_gd_C.a $(GDLIB_LIBS)
+dot_builtins_LDADD += $(top_builddir)/plugin/gd/libgvplugin_gd.la $(GDLIB_LIBS)
 endif
 
 if WITH_PANGOCAIRO