mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 22:10:11 +01: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>
(cherry picked from commit ee5de93269)
This commit is contained in:
parent
5236ab7bac
commit
4e20356a6c
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