diff options
author | Brian Paul <[email protected]> | 2006-05-10 22:47:06 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-05-10 22:47:06 +0000 |
commit | aecd02b391c6719210d14ae10dbeb064fb2359eb (patch) | |
tree | efa42ffca5a4296e365c35abb9b16d2f5da587c7 /progs/tests/Makefile | |
parent | 932c2fc291e7905eba6483436871b2c24440c2bb (diff) |
simple texture compression test
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 79eaf6f31e9..7f6655dd54b 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -58,6 +58,7 @@ SOURCES = \ stencil_wrap.c \ subtexrate.c \ tex1d.c \ + texcompress2.c \ texfilt.c \ texline.c \ texobjshare.c \ |