summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile.X11
diff options
context:
space:
mode:
authorKarl Rasche <karlrasche@gmail.com>2003-12-08 21:43:55 +0000
committerKarl Rasche <karlrasche@gmail.com>2003-12-08 21:43:55 +0000
commit93c2dacca6a995134ff6d78273385394e7d8ae49 (patch)
tree96b52fb5e0b5d012aae85ca8e8f66875b6db4e64 /progs/tests/Makefile.X11
parent6b9e8279dd734d2fa82be485bd335262c2ad2b34 (diff)
A quick little test to show disapeearing specular color between vertex and fragment program execution
Diffstat (limited to 'progs/tests/Makefile.X11')
-rw-r--r--progs/tests/Makefile.X113
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/Makefile.X11 b/progs/tests/Makefile.X11
index 8388a1afb9..f51f01a5e3 100644
--- a/progs/tests/Makefile.X11
+++ b/progs/tests/Makefile.X11
@@ -9,8 +9,9 @@ LIBDIR = $(TOP)/lib
LIBS = -L$(LIBDIR) $(APP_LIB_DEPS)
SOURCES = antialias.c \
+ arbfpspec.c \
arbfptest1.c \
- arbfptexture.c \
+ arbfptexture.c \
arbvptest1.c \
arbvptest3.c \
arbvptorus.c \