diff options
author | Keith Whitwell <[email protected]> | 2006-09-15 10:41:54 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-09-15 10:41:54 +0000 |
commit | 54d3ab48786c973189ce3cd4bb0d3943e04e75e6 (patch) | |
tree | a450a7acee22c37dfbc7058ebe54a9104c5a8c2b /progs/tests/Makefile | |
parent | a3b99fcb56ef2ef0de8eae640c85184aacab9a5b (diff) |
npot version of redbook/mipmap.c
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 4eeb10c3b11..3a22285250c 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -18,6 +18,7 @@ SOURCES = \ arbfptexture.c \ arbfptrig.c \ arbnpot.c \ + arbnpot-mipmap.c \ arbvptest1.c \ arbvptest3.c \ arbvptorus.c \ |