automake: add texcompress_s3tc_tmp.h to the sources list
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 4 Oct 2017 13:21:40 +0000 (14:21 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 4 Oct 2017 13:21:40 +0000 (14:21 +0100)
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 <emil.velikov@collabora.com>
src/mesa/Makefile.sources

index 16bd134..7122304 100644 (file)
@@ -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 \