From 77ff6f7b79dedac4ce58332af6f4f3d20652cff6 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 19 Mar 2022 13:42:49 -0700 Subject: [PATCH] =?utf8?q?lib/edgepaint:=20remove=20application=20of=20ANN?= =?utf8?q?=E2=80=99s=20CFLAGS?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. --- lib/edgepaint/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0