diff options
author | Karl Rasche <karlrasche@gmail.com> | 2003-11-24 13:29:54 +0000 |
---|---|---|
committer | Karl Rasche <karlrasche@gmail.com> | 2003-11-24 13:29:54 +0000 |
commit | dda09a61548218f3769f50ad7f901395ef5d0e96 (patch) | |
tree | 153689ec11cdc3a1c3a23ef6fb6354a5451fb19a /progs/tests/Makefile.X11 | |
parent | 79e0dad79e24668fbb35aad970cb2b7b629a11fa (diff) |
Moving NV_fragment_program tests to ARB_fragment_program
Diffstat (limited to 'progs/tests/Makefile.X11')
-rw-r--r-- | progs/tests/Makefile.X11 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/progs/tests/Makefile.X11 b/progs/tests/Makefile.X11 index ff2e040301..8388a1afb9 100644 --- a/progs/tests/Makefile.X11 +++ b/progs/tests/Makefile.X11 @@ -9,7 +9,9 @@ LIBDIR = $(TOP)/lib LIBS = -L$(LIBDIR) $(APP_LIB_DEPS) SOURCES = antialias.c \ - arbvptest1.c \ + arbfptest1.c \ + arbfptexture.c \ + arbvptest1.c \ arbvptest3.c \ arbvptorus.c \ arbvpwarpmesh.c \ |