summaryrefslogtreecommitdiff
path: root/src/mapi/shared-glapi
diff options
context:
space:
mode:
authorJohannes Obermayr <johannesobermayr@gmx.de>2012-12-29 01:52:11 +0100
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-01-13 12:38:38 +0100
commitebcabb88cfd19b35cd1b0a327fa055fff0c1b2be (patch)
treef589398bf3122183fa226f9ff54b23d6231761f8 /src/mapi/shared-glapi
parent06f3a1f792e5f280c8e83581622b2f4bab811720 (diff)
tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
Diffstat (limited to 'src/mapi/shared-glapi')
-rw-r--r--src/mapi/shared-glapi/tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mapi/shared-glapi/tests/Makefile.am b/src/mapi/shared-glapi/tests/Makefile.am
index 23d0208e866..98065fc7607 100644
--- a/src/mapi/shared-glapi/tests/Makefile.am
+++ b/src/mapi/shared-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 = shared-glapi-test
check_PROGRAMS = shared-glapi-test