glx/tests: add -I src/ to fix make check
authorBrian Paul <brianp@vmware.com>
Wed, 4 Mar 2015 17:03:09 +0000 (10:03 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 4 Mar 2015 18:02:09 +0000 (11:02 -0700)
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glx/tests/Makefile.am

index dd82449bdb59d9f96c8e860f6271c15b651915f1..b02a9e3770e4d7eb25cca9616f97cf48a5d35d6c 100644 (file)
@@ -2,6 +2,7 @@ if HAVE_SHARED_GLAPI
 AM_CFLAGS = $(PTHREAD_CFLAGS)
 AM_CPPFLAGS = \
        -I$(top_srcdir)/src/gtest/include \
+       -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/mapi \
        -I$(top_srcdir)/src/mesa \
        -I$(top_srcdir)/src/glx \