glsl: move builtin_type_macros.h into the correct list
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 20 Nov 2015 14:59:27 +0000 (14:59 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 20 Nov 2015 18:07:58 +0000 (18:07 +0000)
Commit b9b40ef9b76 moved the file, but forgot to update the reference in
the makefile. Thus the out of tree build was busted :\

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/glsl/Makefile.sources

index d9db5f61e04dc0c0898631ce825177b9cf88830f..133d06afa3b1b27fdeae7416e270e4f8371671be 100644 (file)
@@ -22,6 +22,7 @@ NIR_FILES = \
        nir/glsl_to_nir.h \
        nir/glsl_types.cpp \
        nir/glsl_types.h \
+       nir/builtin_type_macros.h \
        nir/nir.c \
        nir/nir.h \
        nir/nir_array.h \
@@ -99,7 +100,6 @@ LIBGLSL_FILES = \
        blob.c \
        blob.h \
        builtin_functions.cpp \
-       builtin_type_macros.h \
        builtin_types.cpp \
        builtin_variables.cpp \
        glsl_parser_extras.cpp \