summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2013-02-26 16:02:13 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2013-03-13 14:53:36 +0000
commitc7a319182f45f3792097960a9de681f8ac589a47 (patch)
tree95b5ec835ee2845fdc928161219fa3b2097edbf2 /src
parentcff70dcfb2c6d2ad220b1d8f1fd781c1e39ad995 (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')
-rw-r--r--src/mapi/glapi/tests/Makefile.am6
1 files 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