mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-18 16:40:34 +01:00
automake: Fix out-of-source builds.
Add include path for generated nir_opcodes.h. Trivial.
This commit is contained in:
parent
1625d7a87a
commit
7f0682cebf
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ include $(top_srcdir)/src/gallium/Automake.inc
|
|||
noinst_LTLIBRARIES = libgallium.la
|
||||
|
||||
AM_CFLAGS = \
|
||||
-I$(top_builddir)/src/glsl/nir \
|
||||
-I$(top_srcdir)/src/gallium/auxiliary/util \
|
||||
$(GALLIUM_CFLAGS) \
|
||||
$(VISIBILITY_CFLAGS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue