diff options
author | Emil Velikov <[email protected]> | 2017-10-04 14:21:40 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-10-04 14:21:40 +0100 |
commit | fd404e3c17c3d09bf0e946bb44f339307c95cca7 (patch) | |
tree | 23cb215335d4a1546bc85aad4e9112adca40f12c /src/mesa/Makefile.sources | |
parent | 409491e778c979a5fbc59657cc54149c4ee7c2d6 (diff) |
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]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |