mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
Fix out-of-tree build of 'make check' in src/mapi/glapi/tests/
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
cff70dcfb2
commit
c7a319182f
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue