tgsi/ureg: merge input and fs_input arrays
[mesa.git] / src / gallium / auxiliary / Makefile.am
index 27a8b3fe4201e8a874794eb48ca905b981d0e164..89c7a13e9131e4364ea5242437b18c654a1d4436 100644 (file)
@@ -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) \
@@ -21,6 +22,7 @@ AM_CXXFLAGS = \
 
 libgallium_la_SOURCES = \
        $(C_SOURCES) \
+       $(NIR_SOURCES) \
        $(GENERATED_SOURCES)
 
 if HAVE_MESA_LLVM