diff options
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/Makefile.am | 5 | ||||
-rw-r--r-- | src/mapi/shared-glapi/tests/check_table.cpp | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am index 83e32d2185e..3f8fcc02e55 100644 --- a/src/mapi/Makefile.am +++ b/src/mapi/Makefile.am @@ -47,7 +47,9 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src \ -I$(top_builddir)/src/mapi \ - -I$(top_srcdir)/src/mapi + -I$(top_srcdir)/src/mapi \ + -I$(top_builddir)/src/mapi/glapi \ + -I$(top_srcdir)/src/mapi/glapi include Makefile.sources @@ -113,7 +115,6 @@ endif glapi_libglapi_la_SOURCES = glapi_libglapi_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ - -I$(top_srcdir)/src/mapi/glapi \ -I$(top_srcdir)/src/mesa if HAVE_APPLEDRI diff --git a/src/mapi/shared-glapi/tests/check_table.cpp b/src/mapi/shared-glapi/tests/check_table.cpp index 02d313c22d3..314e6769b49 100644 --- a/src/mapi/shared-glapi/tests/check_table.cpp +++ b/src/mapi/shared-glapi/tests/check_table.cpp @@ -25,7 +25,7 @@ #include "../../../mesa/main/glheader.h" #include "glapi/glapi.h" -#include "glapi/glapitable.h" +#include "glapitable.h" struct name_offset { const char *name; |