From 02f991c00d22484d8dbd39b227460abba8f9ee67 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 16 Jan 2017 15:45:38 +0000 Subject: [PATCH] clover: automake: remove -I$(srcdir) Already implicitly handled by the build system. Signed-off-by: Emil Velikov Tested-by: Aaron Watry --- src/gallium/state_trackers/clover/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am index 8abcfec2e35..a657e5b88af 100644 --- a/src/gallium/state_trackers/clover/Makefile.am +++ b/src/gallium/state_trackers/clover/Makefile.am @@ -7,8 +7,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/drivers \ -I$(top_srcdir)/src/gallium/auxiliary \ - -I$(top_srcdir)/src/gallium/winsys \ - -I$(srcdir) + -I$(top_srcdir)/src/gallium/winsys if HAVE_CLOVER_ICD AM_CPPFLAGS += -DHAVE_CLOVER_ICD -- 2.30.2