From c7a319182f45f3792097960a9de681f8ac589a47 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Tue, 26 Feb 2013 16:02:13 +0000 Subject: [PATCH] Fix out-of-tree build of 'make check' in src/mapi/glapi/tests/ Signed-off-by: Jon TURNEY --- src/mapi/glapi/tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mapi/glapi/tests/Makefile.am b/src/mapi/glapi/tests/Makefile.am index a23eef2ccd7..3553b998a88 100644 --- a/src/mapi/glapi/tests/Makefile.am +++ b/src/mapi/glapi/tests/Makefile.am @@ -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 = glapi-test check_PROGRAMS = glapi-test -- 2.30.2