From: Emil Velikov Date: Wed, 26 Oct 2016 11:02:27 +0000 (+0100) Subject: compiler: automake: add shader_info.h to the sources list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=294b5f5f71269cb3a8137abb72b9e2cad38a07d8;p=mesa.git compiler: automake: add shader_info.h to the sources list Otherwise it'll be missing from the tarball. Fixes: 094fe3a9591 ("nir: move nir_shader_info to a common compiler header") Signed-off-by: Emil Velikov --- diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index a30443da544..669c4999c7f 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -5,7 +5,8 @@ LIBCOMPILER_FILES = \ nir_types.cpp \ nir_types.h \ shader_enums.c \ - shader_enums.h + shader_enums.h \ + shader_info.h # libglsl