diff options
Diffstat (limited to 'src/mapi/Makefile.am')
-rw-r--r-- | src/mapi/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am index 83e32d2185e..3febe27d74f 100644 --- a/src/mapi/Makefile.am +++ b/src/mapi/Makefile.am @@ -85,6 +85,7 @@ check_PROGRAMS += shared-glapi-test shared_glapi_test_SOURCES = shared-glapi/tests/check_table.cpp shared_glapi_test_CPPFLAGS = \ $(AM_CPPFLAGS) \ + -I$(top_builddir)/src/mapi/glapi \ -I$(top_srcdir)/src/gtest/include shared_glapi_test_LDADD = \ $(top_builddir)/src/mapi/shared-glapi/libglapi.la \ @@ -148,6 +149,7 @@ check_PROGRAMS += glapi-test glapi_test_SOURCES = glapi/tests/check_table.cpp glapi_test_CPPFLAGS = \ $(AM_CPPFLAGS) \ + -I$(top_builddir)/src/mapi/glapi \ -I$(top_srcdir)/src/gtest/include glapi_test_LDADD = \ |