]> granicus.if.org Git - graphviz/commitdiff
lib/edgepaint: remove linking against libANN
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Mar 2022 21:04:17 +0000 (14:04 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Mar 2022 01:44:45 +0000 (18:44 -0700)
For the same motivation as the prior commit, this is unused.

cmd/edgepaint/Makefile.am

index d93b0a8c5d804daeb8e68b712055aa3f8c7e7ace..8c114bbdf6f35116a396f3bbdd56579074faed5c 100644 (file)
@@ -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