summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.am
diff options
context:
space:
mode:
authorJose Fonseca <[email protected]>2015-04-01 19:49:09 +0100
committerJose Fonseca <[email protected]>2015-04-01 19:49:09 +0100
commit3321724c10e2c9c5cd8f84bafb26678c6d1108b5 (patch)
tree79a7a89e16ca38708380fdac88c2b432366716e5 /src/gallium/auxiliary/Makefile.am
parent7f0682cebf8b100922d45a423df1e2fbd036bc3e (diff)
automake,scons: Put NIR source files in a separate var to fix SCons build.
SCons does not build NIR yet. Trivial.
Diffstat (limited to 'src/gallium/auxiliary/Makefile.am')
-rw-r--r--src/gallium/auxiliary/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am
index 36b84cfb610..89c7a13e913 100644
--- a/src/gallium/auxiliary/Makefile.am
+++ b/src/gallium/auxiliary/Makefile.am
@@ -22,6 +22,7 @@ AM_CXXFLAGS = \
libgallium_la_SOURCES = \
$(C_SOURCES) \
+ $(NIR_SOURCES) \
$(GENERATED_SOURCES)
if HAVE_MESA_LLVM