From 27ec7a5bf1e2a864ca1b9e78a7af312b08bd04f5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 31 Jan 2004 19:15:57 +0000 Subject: [PATCH] add vparray.c, fix indentation --- progs/tests/Makefile.X11 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/progs/tests/Makefile.X11 b/progs/tests/Makefile.X11 index 4d88947..65ff9a8 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 \ -- 2.7.4