nir: add a simple C wrapper around glsl_types.h
[mesa.git] / src / glsl / Makefile.am
index 9a3131738da59d471fc39b2b745987ce36c42b40..7f6257388583eec84df52951cba0d77315319e07 100644 (file)
@@ -126,7 +126,8 @@ libglsl_la_SOURCES =                                        \
        glsl_lexer.cpp                                  \
        glsl_parser.cpp                                 \
        glsl_parser.h                                   \
-       $(LIBGLSL_FILES)
+       $(LIBGLSL_FILES)                                \
+       $(NIR_FILES)
 
 glsl_compiler_SOURCES = \
        $(top_srcdir)/src/mesa/main/imports.c \