diff options
author | Brian Paul <[email protected]> | 2009-06-09 14:03:25 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-09 14:05:17 -0600 |
commit | 139f2ddde4fcfdaa7d8bbb86e946274be3733e71 (patch) | |
tree | 4a6e6f547d13f52ffcfaa2a63273d712e50afd53 /progs/tests/Makefile | |
parent | b38dbc51793b9007de147eff452d535410ef7c55 (diff) |
tests: quick and dirty glGetTexImage() test program
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 628ca415354..1a3ba4f1816 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -48,7 +48,8 @@ SOURCES = \ fptest1.c \ fptexture.c \ getprocaddress.c \ - glutfx \ + getteximage.c \ + glutfx.c \ interleave.c \ invert.c \ jkrahntest.c \ |