From: Emil Velikov Date: Wed, 14 Oct 2015 15:16:52 +0000 (+0100) Subject: gallium/tests: remove unneeded include paths X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d68d714c0ef6afa9666b6ed5f45bf998024805f;p=mesa.git 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 Acked-by: Rob Clark --- diff --git a/src/gallium/tests/trivial/Makefile.am b/src/gallium/tests/trivial/Makefile.am index 4a86dc8cfa0..b30cb13eee6 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 \