summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-01-16 15:45:38 +0000
committerEmil Velikov <[email protected]>2017-01-27 17:56:55 +0000
commit02f991c00d22484d8dbd39b227460abba8f9ee67 (patch)
tree1be566aa71e72414f9c7320e762446a7f3836edf /src/gallium/state_trackers
parent65d5a60caca632a7c03cd1dc554645f27f408f37 (diff)
clover: automake: remove -I$(srcdir)
Already implicitly handled by the build system. Signed-off-by: Emil Velikov <[email protected]> Tested-by: Aaron Watry <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r--src/gallium/state_trackers/clover/Makefile.am3
1 files changed, 1 insertions, 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