From: Juan A. Suarez Romero Date: Tue, 19 Sep 2017 14:49:46 +0000 (+0200) Subject: intel: automake: add isl_genX_priv.h in the source list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3a773611cacbfe397ffcb93060bcddf3d749e6c;p=mesa.git intel: automake: add isl_genX_priv.h in the source list Fixes: CC isl/isl_format_layout.lo In file included from ../../../../src/intel/isl/isl_storage_image.c:24:0: ../../../../src/intel/isl/isl_priv.h:170:29: fatal error: isl_genX_priv.h: No such file or directory compilation terminated. Makefile:2936: recipe for target 'isl/isl_storage_image.lo' failed make[5]: *** [isl/isl_storage_image.lo] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../../../../src/intel/isl/isl.c:36:0: ../../../../src/intel/isl/isl_priv.h:170:29: fatal error: isl_genX_priv.h: No such file or directory compilation terminated. make[5]: *** [isl/isl.lo] Error 1 Makefile:2936: recipe for target 'isl/isl.lo' failed make[4]: *** [all] Error 2 when running `make distcheck`. v2: Fix commit title (Emil) Reviewed-by: Emil Velikov --- diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index 200713b06ee..bca7a132b26 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -152,6 +152,7 @@ ISL_FILES = \ isl/isl.h \ isl/isl_drm.c \ isl/isl_format.c \ + isl/isl_genX_priv.h \ isl/isl_priv.h \ isl/isl_storage_image.c