diff options
author | Brian Paul <[email protected]> | 2004-01-31 19:15:57 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-01-31 19:15:57 +0000 |
commit | 27ec7a5bf1e2a864ca1b9e78a7af312b08bd04f5 (patch) | |
tree | 454de37b465a98550685e92c0b75b49e201d51b2 /progs/tests | |
parent | 919404fd1df30bbe5d391ddfbdd7ceb6d817525b (diff) |
add vparray.c, fix indentation
Diffstat (limited to 'progs/tests')
-rw-r--r-- | progs/tests/Makefile.X11 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/progs/tests/Makefile.X11 b/progs/tests/Makefile.X11 index 4d889478636..65ff9a83472 100644 --- 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 \ |