mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 02:50:16 +01:00
Fix out-of-tree build of 'make check' in src/mesa/main/tests
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
This commit is contained in:
parent
e21460b4d5
commit
87fdcd87b1
1 changed files with 4 additions and 4 deletions
|
|
@ -4,10 +4,10 @@ AM_CFLAGS = \
|
|||
$(X11_CFLAGS) \
|
||||
$(PTHREAD_CFLAGS)
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir)/src/gtest/include \
|
||||
-I$(top_builddir)/src/mapi \
|
||||
-I$(top_builddir)/src/mesa \
|
||||
-I$(top_builddir)/include \
|
||||
-I$(top_srcdir)/src/gtest/include \
|
||||
-I$(top_srcdir)/src/mapi \
|
||||
-I$(top_srcdir)/src/mesa \
|
||||
-I$(top_srcdir)/include \
|
||||
$(API_DEFINES) $(DEFINES) $(INCLUDE_DIRS)
|
||||
|
||||
TESTS = main-test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue