Module: Mesa Branch: master Commit: fd404e3c17c3d09bf0e946bb44f339307c95cca7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd404e3c17c3d09bf0e946bb44f339307c95cca7
Author: Emil Velikov <[email protected]> Date: Wed Oct 4 14:21:40 2017 +0100 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 <[email protected]> --- src/mesa/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 16bd134273..7122304dd4 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 \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
