summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-10-14 16:16:52 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-11-21 12:52:18 +0000
commit6d68d714c0ef6afa9666b6ed5f45bf998024805f (patch)
tree655dc4212469ef46f5d65f7f3d40aa89ca1f12bc /src/gallium/tests
parent74d41a32bc179425e866f8afa33a222488ea7760 (diff)
downloadexternal_mesa3d-6d68d714c0ef6afa9666b6ed5f45bf998024805f.zip
external_mesa3d-6d68d714c0ef6afa9666b6ed5f45bf998024805f.tar.gz
external_mesa3d-6d68d714c0ef6afa9666b6ed5f45bf998024805f.tar.bz2
gallium/tests: remove unneeded include paths
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>
Diffstat (limited to 'src/gallium/tests')
-rw-r--r--src/gallium/tests/trivial/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/tests/trivial/Makefile.am b/src/gallium/tests/trivial/Makefile.am
index 4a86dc8..b30cb13 100644
--- a/src/gallium/tests/trivial/Makefile.am
+++ b/src/gallium/tests/trivial/Makefile.am
@@ -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 \