diff options
author | Matt Turner <[email protected]> | 2014-12-06 20:17:51 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:46 -0800 |
commit | 67abb4910a9b9973dda9a8f07035a4bfbd246c90 (patch) | |
tree | f8d6b988b3eede36a2d16f2332725506c79909d4 | |
parent | 9a742eef53149768b54b04b6dfadbd0906207637 (diff) |
mesa: Remove moved texcompress_rgtc_tmp.h from source list.
Missed in commit ebcb2ee9.
-rw-r--r-- | src/mesa/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 853e2ff8910..4d4ce2227f8 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -205,7 +205,6 @@ MAIN_FILES = \ $(SRCDIR)main/texcompress.h \ $(SRCDIR)main/texcompress_rgtc.c \ $(SRCDIR)main/texcompress_rgtc.h \ - $(SRCDIR)main/texcompress_rgtc_tmp.h \ $(SRCDIR)main/texcompress_s3tc.c \ $(SRCDIR)main/texcompress_s3tc.h \ $(SRCDIR)main/texenv.c \ |