Module: Mesa Branch: master Commit: a1256c0ea71eba50ecc0dd115e9331f0c790ea7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1256c0ea71eba50ecc0dd115e9331f0c790ea7f
Author: Emil Velikov <[email protected]> Date: Sat Jun 4 00:18:40 2016 +0100 nir: automake: add nir_search_helpers.h to the sources list(s) Fixes: dfbae7d64f4 ("nir/algebraic: support for power-of-two optimizations") Signed-off-by: Emil Velikov <[email protected]> --- src/compiler/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 800e318..ba773a7 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -235,6 +235,7 @@ NIR_FILES = \ nir/nir_repair_ssa.c \ nir/nir_search.c \ nir/nir_search.h \ + nir/nir_search_helpers.h \ nir/nir_split_var_copies.c \ nir/nir_sweep.c \ nir/nir_to_ssa.c \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
