nir: remove dependency on glsl
[mesa.git] / src / glsl / Makefile.sources
index 4da64f43873365113558f43c0132b751547a8533..ca8703676400af35fe66aa0f7d5f26e9589f31e7 100644 (file)
@@ -20,6 +20,8 @@ NIR_GENERATED_FILES = \
 NIR_FILES = \
        nir/glsl_to_nir.cpp \
        nir/glsl_to_nir.h \
+       nir/glsl_types.cpp \
+       nir/glsl_types.h \
        nir/nir.c \
        nir/nir.h \
        nir/nir_array.h \
@@ -104,8 +106,6 @@ LIBGLSL_FILES = \
        glsl_parser_extras.h \
        glsl_symbol_table.cpp \
        glsl_symbol_table.h \
-       glsl_types.cpp \
-       glsl_types.h \
        hir_field_selection.cpp \
        ir_basic_block.cpp \
        ir_basic_block.h \