summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorJon TURNEY <[email protected]>2015-09-04 12:43:06 +0100
committerEmil Velikov <[email protected]>2015-09-07 10:43:32 +0100
commita1575b55c2384faa461e7802371c5ddd37e5befe (patch)
treefae023cf4ebdb41e9dbb87e47d0882bb8f75bf4f /src/mesa/main/tests
parent5f9c72ad23e3f646c2007b70f482561c98b94ea7 (diff)
mesa/tests: Remove unneeded X11_CFLAGS
X11_CFLAGS is never defined. Path to X11 headers is not needed here, so just remove. Future work: Using AM_CFLAGS here looks wrong, as this Makefile only builds C++ files Signed-off-by: Jon TURNEY <[email protected]> Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r--src/mesa/main/tests/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/tests/Makefile.am b/src/mesa/main/tests/Makefile.am
index 9467f3ba8c6..bd7ab7365c0 100644
--- a/src/mesa/main/tests/Makefile.am
+++ b/src/mesa/main/tests/Makefile.am
@@ -1,5 +1,4 @@
AM_CFLAGS = \
- $(X11_CFLAGS) \
$(PTHREAD_CFLAGS)
AM_CPPFLAGS = \
-I$(top_srcdir)/src/gtest/include \