From: Emden Gansner Date: Fri, 9 Aug 2013 15:10:11 +0000 (-0400) Subject: Fix linking problem in mm2gv; Linux relies on the order of the libraries. X-Git-Tag: LAST_LIBGRAPH~32^2~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d0a3dc8de3817bc6eeefa502292133252064089;p=graphviz Fix linking problem in mm2gv; Linux relies on the order of the libraries. --- diff --git a/cmd/tools/Makefile.am b/cmd/tools/Makefile.am index 8a96aeecb..b6905fb02 100644 --- a/cmd/tools/Makefile.am +++ b/cmd/tools/Makefile.am @@ -152,8 +152,8 @@ gvpack.1.pdf: $(srcdir)/gvpack.1 mm2gv_SOURCES = mm2gv.c matrix_market.c mmio.c mm2gv_LDADD = \ - $(top_builddir)/lib/common/libcommon_C.la \ $(top_builddir)/lib/sparse/libsparse_C.la \ + $(top_builddir)/lib/common/libcommon_C.la \ $(top_builddir)/lib/cgraph/libcgraph.la @MATH_LIBS@ mm2gv.1.pdf: mm2gv.1