clover: automake: remove -I$(srcdir)

Already implicitly handled by the build system.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Tested-by: Aaron Watry <awatry@gmail.com>
This commit is contained in:
Emil Velikov 2017-01-16 15:45:38 +00:00 committed by Emil Velikov
parent 65d5a60cac
commit 02f991c00d

View file

@ -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