gallium/tests: remove unneeded include paths
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 14 Oct 2015 15:16:52 +0000 (16:16 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 21 Nov 2015 12:52:18 +0000 (12:52 +0000)
The tests don't (and shouldn't) need to have anything driver and/or
winsys specific.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Rob Clark <robclark@freedesktop.org>
src/gallium/tests/trivial/Makefile.am

index 4a86dc8cfa0a44613e9009d4c1fecace74b74395..b30cb13eee60fed1d9ebfb9f4942a57a262ad83f 100644 (file)
@@ -5,10 +5,6 @@ PIPE_SRC_DIR = $(top_builddir)/src/gallium/targets/pipe-loader
 AM_CFLAGS = \
        $(GALLIUM_CFLAGS)
 
-AM_CPPFLAGS = \
-       -I$(top_srcdir)/src/gallium/drivers \
-       -I$(top_srcdir)/src/gallium/winsys
-
 LDADD = \
        $(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \