glx/tests: add -I src/ to fix make check
[mesa.git] / 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 \