diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2013-02-26 16:02:13 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2013-03-13 14:53:36 +0000 |
commit | c7a319182f45f3792097960a9de681f8ac589a47 (patch) | |
tree | 95b5ec835ee2845fdc928161219fa3b2097edbf2 /src/mapi | |
parent | cff70dcfb2c6d2ad220b1d8f1fd781c1e39ad995 (diff) |
Fix out-of-tree build of 'make check' in src/mapi/glapi/tests/
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mapi/glapi/tests/Makefile.am b/src/mapi/glapi/tests/Makefile.am index a23eef2ccd..3553b998a8 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 |