]> granicus.if.org Git - graphviz/commitdiff
either Arif just added a dependency on libpng, or Rawhide's new ld is more pedantic...
authorellson <devnull@localhost>
Tue, 9 Feb 2010 22:06:13 +0000 (22:06 +0000)
committerellson <devnull@localhost>
Tue, 9 Feb 2010 22:06:13 +0000 (22:06 +0000)
cmd/smyrna/Makefile.am

index fabf4abeb0fa76a9b0211693856b6353db35a3de..052e4581f3383a8dc49babd776b11d28692510c5 100644 (file)
@@ -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