From: Matthew Fernandez Date: Sat, 19 Mar 2022 20:42:49 +0000 (-0700) Subject: lib/edgepaint: remove application of ANN’s CFLAGS X-Git-Tag: 4.0.0~162^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77ff6f7b79dedac4ce58332af6f4f3d20652cff6;p=graphviz lib/edgepaint: remove application of ANN’s CFLAGS This seems to have been a mistake in aadee957012e676c9aaf36ec40cb2860c178e269. lib/edgepaint does not depend on libANN, so it does not seem correct to apply ANN’s CFLAGS when compiling it. --- diff --git a/lib/edgepaint/Makefile.am b/lib/edgepaint/Makefile.am index c1a3e71c7..d103a0623 100644 --- a/lib/edgepaint/Makefile.am +++ b/lib/edgepaint/Makefile.am @@ -10,7 +10,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/gvc \ -I$(top_srcdir)/lib/pathplan \ -I$(top_srcdir)/lib/cgraph \ - -I$(top_srcdir)/lib/cdt $(ANN_CFLAGS) + -I$(top_srcdir)/lib/cdt noinst_HEADERS = edge_distinct_coloring.h furtherest_point.h intersection.h lab_gamut.h lab.h node_distinct_coloring.h