diff options
author | Brian Paul <[email protected]> | 2015-03-04 10:03:09 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-03-04 11:02:09 -0700 |
commit | 67e0a4f6e8a6c6d03cf3f9d15797bc14c373711e (patch) | |
tree | dec52fb12be028097e596ce1cd124efbbd9db8f3 /src/glx/tests | |
parent | 10c82c6c5fc415d323a5e9c6acdc6a4c85d6b712 (diff) |
glx/tests: add -I src/ to fix make check
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glx/tests')
-rw-r--r-- | src/glx/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am index dd82449bdb5..b02a9e3770e 100644 --- a/src/glx/tests/Makefile.am +++ b/src/glx/tests/Makefile.am @@ -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 \ |