projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1625d7a
)
automake: Fix out-of-source builds.
author
Jose Fonseca
<jfonseca@vmware.com>
Wed, 1 Apr 2015 18:48:09 +0000
(19:48 +0100)
committer
Jose Fonseca
<jfonseca@vmware.com>
Wed, 1 Apr 2015 18:48:09 +0000
(19:48 +0100)
Add include path for generated nir_opcodes.h.
Trivial.
src/gallium/auxiliary/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/Makefile.am
b/src/gallium/auxiliary/Makefile.am
index 27a8b3fe4201e8a874794eb48ca905b981d0e164..36b84cfb610437e078cde7536ee7082d32efaed9 100644
(file)
--- a/
src/gallium/auxiliary/Makefile.am
+++ b/
src/gallium/auxiliary/Makefile.am
@@
-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) \