From: Emil Velikov Date: Mon, 16 Jan 2017 15:45:38 +0000 (+0000) Subject: clover: automake: remove -I$(srcdir) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=02f991c00d22484d8dbd39b227460abba8f9ee67;p=mesa.git clover: automake: remove -I$(srcdir) Already implicitly handled by the build system. Signed-off-by: Emil Velikov Tested-by: Aaron Watry --- 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