From: Matthew Fernandez Date: Sat, 19 Mar 2022 21:04:17 +0000 (-0700) Subject: lib/edgepaint: remove linking against libANN X-Git-Tag: 4.0.0~162^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c113af59a00e0a95d4418e90ffd635696badc66;p=graphviz lib/edgepaint: remove linking against libANN For the same motivation as the prior commit, this is unused. --- diff --git a/cmd/edgepaint/Makefile.am b/cmd/edgepaint/Makefile.am index d93b0a8c5..8c114bbdf 100644 --- a/cmd/edgepaint/Makefile.am +++ b/cmd/edgepaint/Makefile.am @@ -36,7 +36,7 @@ edgepaint_LDADD = \ $(top_builddir)/lib/cgraph/libcgraph.la \ $(top_builddir)/lib/cdt/libcdt.la \ $(top_builddir)/lib/gvc/libgvc.la \ - $(ANN_LIBS) -lm + -lm # add a non-existent C++ source to force the C++ compiler to be used for # linking, so the C++ standard library is included for our C++ dependencies