projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
919404f
)
add vparray.c, fix indentation
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 31 Jan 2004 19:15:57 +0000
(19:15 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 31 Jan 2004 19:15:57 +0000
(19:15 +0000)
progs/tests/Makefile.X11
patch
|
blob
|
history
diff --git
a/progs/tests/Makefile.X11
b/progs/tests/Makefile.X11
index 4d8894786362d6eb8f110ad8d234e7371893be8c..65ff9a83472eb1eabfe8469ce2b03991a978811a 100644
(file)
--- a/
progs/tests/Makefile.X11
+++ b/
progs/tests/Makefile.X11
@@
-9,10
+9,10
@@
LIBDIR = $(TOP)/lib
LIBS = -L$(LIBDIR) $(APP_LIB_DEPS)
SOURCES = antialias.c \
- arbfpspec.c \
+
arbfpspec.c \
arbfptest1.c \
- arbfptexture.c \
- arbfptrig.c \
+
arbfptexture.c \
+
arbfptrig.c \
arbvptest1.c \
arbvptest3.c \
arbvptorus.c \
@@
-34,6
+34,7
@@
SOURCES = antialias.c \
texline.c \
texrect.c \
texwrap.c \
+ vparray.c \
vptest1.c \
vptest2.c \
vptest3.c \