From: Emil Velikov Date: Wed, 4 Oct 2017 13:21:40 +0000 (+0100) Subject: automake: add texcompress_s3tc_tmp.h to the sources list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd404e3c17c3d09bf0e946bb44f339307c95cca7;p=mesa.git automake: add texcompress_s3tc_tmp.h to the sources list Otherwise it will be missing from the tarball. Fixes: f7daa737d17 ("mesa: Combine libtxc_dxtn sources into texcompress_s3tc_tmp.h") Signed-off-by: Emil Velikov --- diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 16bd1342734..7122304dd40 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -221,6 +221,7 @@ MAIN_FILES = \ main/texcompress_rgtc.h \ main/texcompress_s3tc.c \ main/texcompress_s3tc.h \ + main/texcompress_s3tc_tmp.h \ main/texenv.c \ main/texenv.h \ main/texenvprogram.h \