From: ellson Date: Thu, 11 Oct 2007 19:58:05 +0000 (+0000) Subject: -lgraph needed to resolve agedgeattr - not nice! X-Git-Tag: LAST_LIBGRAPH~32^2~5201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6457788a42be8f111579f0628194c026dcf615b7;p=graphviz -lgraph needed to resolve agedgeattr - not nice! --- diff --git a/plugin/core/Makefile.am b/plugin/core/Makefile.am index 25ef388d3..95897ec72 100644 --- a/plugin/core/Makefile.am +++ b/plugin/core/Makefile.am @@ -26,7 +26,8 @@ libgvplugin_core_C_la_SOURCES = \ libgvplugin_core_la_LDFLAGS = -version-info @GVPLUGIN_VERSION_INFO@ libgvplugin_core_la_SOURCES = $(libgvplugin_core_C_la_SOURCES) -libgvplugin_core_la_LIBADD = +libgvplugin_core_la_LIBADD = \ + $(top_builddir)/lib/graph/libgraph.la EXTRA_DIST = Makefile.old