From: Emil Velikov Date: Fri, 3 Jun 2016 23:18:40 +0000 (+0100) Subject: nir: automake: add nir_search_helpers.h to the sources list(s) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a1256c0ea71eba50ecc0dd115e9331f0c790ea7f;p=mesa.git 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 --- diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 800e3187c0d..ba773a737b5 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 \