From: Emil Velikov Date: Fri, 27 May 2016 14:35:34 +0000 (+0100) Subject: isl: add isl_priv.h to the sources list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36859022ead632102b8f57881f91361fd7b07110;p=mesa.git isl: add isl_priv.h to the sources list Otherwise it will be missing from the release tarball. Signed-off-by: Emil Velikov Reviewed-by: Matt Turner Reviewed-by: Jason Ekstrand --- diff --git a/src/intel/isl/Makefile.sources b/src/intel/isl/Makefile.sources index e06568b64af..fe6a00f1682 100644 --- a/src/intel/isl/Makefile.sources +++ b/src/intel/isl/Makefile.sources @@ -7,6 +7,7 @@ ISL_FILES = \ isl_gen4.h \ isl_gen6.c \ isl_gen6.h \ + isl_priv.h \ isl_storage_image.c ISL_GEN7_FILES = \