mesa/tests: Remove unneeded X11_CFLAGS
authorJon TURNEY <jon.turney@dronecode.org.uk>
Fri, 4 Sep 2015 11:43:06 +0000 (12:43 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 7 Sep 2015 09:43:32 +0000 (10:43 +0100)
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 <jon.turney@dronecode.org.uk>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/mesa/main/tests/Makefile.am

index 9467f3ba8c6e54a359a49440a9783d0bab16c85d..bd7ab7365c064c90a10c25dd87b40b7c0fddabad 100644 (file)
@@ -1,5 +1,4 @@
 AM_CFLAGS = \
-       $(X11_CFLAGS) \
        $(PTHREAD_CFLAGS)
 AM_CPPFLAGS = \
        -I$(top_srcdir)/src/gtest/include \