From: ellson Date: Tue, 9 Feb 2010 22:06:13 +0000 (+0000) Subject: either Arif just added a dependency on libpng, or Rawhide's new ld is more pedantic... X-Git-Tag: LAST_LIBGRAPH~32^2~1447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a195a2f57116d2092c03cbd321b5ea988be0c69;p=graphviz either Arif just added a dependency on libpng, or Rawhide's new ld is more pedantic about resolving libs. --- diff --git a/cmd/smyrna/Makefile.am b/cmd/smyrna/Makefile.am index fabf4abeb..052e4581f 100644 --- a/cmd/smyrna/Makefile.am +++ b/cmd/smyrna/Makefile.am @@ -61,7 +61,7 @@ smyrna_LDADD = $(top_builddir)/lib/cgraph/libcgraph_C.la \ $(top_builddir)/lib/expr/libexpr_C.la \ $(top_builddir)/lib/ingraphs/libingraphs_C.la \ $(top_builddir)/lib/neatogen/libneatogen_C.la \ - $(GTK_LIBS) $(GLUT_LIBS) $(GTKGLEXT_LIBS) $(GLADE_LIBS) $(EXPAT_LIBS) $(GTS_LIBS) \ + $(GTK_LIBS) $(GLUT_LIBS) $(GTKGLEXT_LIBS) $(GLADE_LIBS) $(EXPAT_LIBS) $(GTS_LIBS) $(PNG_LIBS) \ $(EXTRA_SMYRNA_LDFLAGS) smyrna_static_SOURCES = $(smyrna_SOURCES) @@ -75,7 +75,7 @@ smyrna_static_LDADD = $(top_builddir)/lib/cgraph/libcgraph_C.la \ $(top_builddir)/lib/expr/libexpr_C.la \ $(top_builddir)/lib/ingraphs/libingraphs_C.la \ $(top_builddir)/lib/neatogen/libneatogen_C.la \ - $(GTK_LIBS) $(GLUT_LIBS) $(GTKGLEXT_LIBS) $(GLADE_LIBS) $(EXPAT_LIBS) $(GTS_LIBS) + $(GTK_LIBS) $(GLUT_LIBS) $(GTKGLEXT_LIBS) $(GLADE_LIBS) $(EXPAT_LIBS) $(GTS_LIBS) $(PNG_LIBS) smyrna.1.pdf: $(srcdir)/smyrna.1 - @GROFF@ -Tps -man $(srcdir)/smyrna.1 | @PS2PDF@ - - >smyrna.1.pdf