mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
mapi: automake: include builddir prior to srcdir
Analogous to previous commit. Cc: "12.0 13.0" <mesa-dev@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
af860850a0
commit
ee5de93269
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ AM_CPPFLAGS = \
|
|||
$(SELINUX_CFLAGS) \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/mapi \
|
||||
-I$(top_builddir)/src/mapi
|
||||
-I$(top_builddir)/src/mapi \
|
||||
-I$(top_srcdir)/src/mapi
|
||||
|
||||
include Makefile.sources
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue