diff options
author | Dylan Baker <[email protected]> | 2017-11-20 14:54:30 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-02-06 15:00:17 -0800 |
commit | 002fbde71eb411521bdceb6dde772c6e21df0f1e (patch) | |
tree | 1ac68844b8538b41783262658e1635b6a28e19c7 /src/mesa/main | |
parent | aac3d0117850a40b89aacfa11924476dbe16983d (diff) |
glapi: Don't search through subdirs from glapitable.h
Because meson won't put it in that folder.
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/tests/Makefile.am b/src/mesa/main/tests/Makefile.am index a8395d925bd..94266a1d4ab 100644 --- a/src/mesa/main/tests/Makefile.am +++ b/src/mesa/main/tests/Makefile.am @@ -4,6 +4,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/gtest/include \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/mapi \ + -I$(top_builddir)/src/mapi/glapi \ + -I$(top_srcdir)/src/mapi/glapi \ -I$(top_builddir)/src/mesa \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/include \ |