summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-06-09 14:03:25 -0600
committerBrian Paul <brianp@vmware.com>2009-06-09 14:05:17 -0600
commit139f2ddde4fcfdaa7d8bbb86e946274be3733e71 (patch)
tree4a6e6f547d13f52ffcfaa2a63273d712e50afd53 /progs/tests/Makefile
parentb38dbc51793b9007de147eff452d535410ef7c55 (diff)
tests: quick and dirty glGetTexImage() test program
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 628ca41535..1a3ba4f181 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 \