From: Matthew Fernandez Date: Mon, 21 Sep 2020 00:17:24 +0000 (-0700) Subject: remove duplicated Makefile content X-Git-Tag: 2.46.0~20^2^2~64^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4b49a73369f4304e141f74b06cbf91ba2c86947;p=graphviz remove duplicated Makefile content --- diff --git a/cmd/dot/Makefile.am b/cmd/dot/Makefile.am index 1e04ba15d..683df17a3 100644 --- a/cmd/dot/Makefile.am +++ b/cmd/dot/Makefile.am @@ -125,10 +125,6 @@ dot_builtins_LDADD += $(top_builddir)/plugin/gd/libgvplugin_gd.la $(GDLIB_LIBS) endif if WITH_PANGOCAIRO -if WITH_WEBP -dot_static_LDADD += $(top_builddir)/plugin/webp/.libs/libgvplugin_webp_C.a $(WEBP_LIBS) -dot_builtins_LDADD += $(top_builddir)/plugin/webp/libgvplugin_webp.la $(WEBP_LIBS) -endif dot_static_LDADD += $(top_builddir)/plugin/pango/.libs/libgvplugin_pango_C.a $(PANGOCAIRO_LIBS) $(PANGOFT2_LIBS) dot_builtins_LDADD += $(top_builddir)/plugin/pango/libgvplugin_pango.la $(PANGOCAIRO_LIBS) if WITH_WEBP @@ -142,12 +138,6 @@ dot_static_LDADD += $(top_builddir)/plugin/lasi/.libs/libgvplugin_lasi_C.a $(LAS dot_builtins_LDADD += $(top_builddir)/plugin/lasi/libgvplugin_lasi.la $(LASI_LIBS) -lstdc++ endif -if WITH_LASI -dot_static_LDADD += $(top_builddir)/plugin/lasi/.libs/libgvplugin_lasi_C.a $(LASI_LIBS) -lstdc++ -dot_builtins_LDADD += $(top_builddir)/plugin/lasi/libgvplugin_lasi.la $(LASI_LIBS) -lstdc++ -endif - - EXTRA_DIST = dot.1 osage.1 patchwork.1 $(pdf) dot.vcxproj* DISTCLEANFILES = dot.1.pdf osage.1.pdf dot.1.ps osage.1.ps patchwork.1.pdf patchwork.1.ps