Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>tags/mesa-9.1-rc1
| @@ -1,8 +1,9 @@ | |||
| AM_CPPFLAGS = \ | |||
| -I$(top_builddir)/src/gtest/include \ | |||
| -I$(top_builddir)/src/mesa \ | |||
| -I$(top_builddir)/src/mapi \ | |||
| -I$(top_builddir)/src/glsl | |||
| -I$(top_srcdir)/src/gtest/include \ | |||
| -I$(top_srcdir)/src/mesa \ | |||
| -I$(top_srcdir)/src/mapi \ | |||
| -I$(top_srcdir)/src/glsl \ | |||
| -I$(top_srcdir)/include | |||
| TESTS_ENVIRONMENT= \ | |||
| export PYTHON2=$(PYTHON2); \ | |||
| @@ -1,11 +1,11 @@ | |||
| if HAVE_SHARED_GLAPI | |||
| AM_CFLAGS = $(PTHREAD_CFLAGS) | |||
| AM_CPPFLAGS = \ | |||
| -I$(top_builddir)/src/gtest/include \ | |||
| -I$(top_builddir)/src/mapi \ | |||
| -I$(top_builddir)/src/mesa \ | |||
| -I$(top_builddir)/src/glx \ | |||
| -I$(top_builddir)/include \ | |||
| -I$(top_srcdir)/src/gtest/include \ | |||
| -I$(top_srcdir)/src/mapi \ | |||
| -I$(top_srcdir)/src/mesa \ | |||
| -I$(top_srcdir)/src/glx \ | |||
| -I$(top_srcdir)/include \ | |||
| $(X11_CFLAGS) | |||
| TESTS = glx-test | |||
| @@ -1,9 +1,9 @@ | |||
| if HAVE_SHARED_GLAPI | |||
| AM_CFLAGS = $(PTHREAD_CFLAGS) | |||
| AM_CPPFLAGS = \ | |||
| -I$(top_builddir)/src/gtest/include \ | |||
| -I$(top_builddir)/src/mapi \ | |||
| -I$(top_builddir)/include | |||
| -I$(top_srcdir)/src/gtest/include \ | |||
| -I$(top_srcdir)/src/mapi \ | |||
| -I$(top_srcdir)/include | |||
| TESTS = shared-glapi-test | |||
| check_PROGRAMS = shared-glapi-test | |||
| @@ -19,7 +19,7 @@ | |||
| # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |||
| AM_CPPFLAGS = \ | |||
| -I../.. \ | |||
| -I$(top_srcdir)/src/mesa/main \ | |||
| $(API_DEFINES) $(DEFINES) $(INCLUDE_DIRS) | |||
| LDADD = \ | |||