diff options
author | Brian Paul <[email protected]> | 2003-09-17 16:27:07 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-09-17 16:27:07 +0000 |
commit | 6bced0148e11ca48ce9820fce0126ea4ac3c570e (patch) | |
tree | c6e5152b53b18a95335eaadc2e2dde83198dee67 /progs/tests/Makefile.X11 | |
parent | 57d882b6847128fe5f72575f61a2b2dace7ac46c (diff) |
test GL_ARB_vertex_buffer_object
Diffstat (limited to 'progs/tests/Makefile.X11')
-rw-r--r-- | progs/tests/Makefile.X11 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile.X11 b/progs/tests/Makefile.X11 index 23b93097764..f568c342c9a 100644 --- a/progs/tests/Makefile.X11 +++ b/progs/tests/Makefile.X11 @@ -8,6 +8,7 @@ TOP = ../.. LIBS = $(APP_LIB_DEPS) SOURCES = antialias.c \ + bufferobj.c \ cva.c \ dinoshade.c \ fogcoord.c \ |