summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-06 09:22:46 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-06 09:34:02 +0000
commit5a24c66915a555d72a6377e073a732ab9d6be461 (patch)
treecb2249301a11cbf391e367923f92d8a67a4d359d /progs/trivial/Makefile
parentc22b47ebb1f00d43fe74d57a1e727fa70c4bf970 (diff)
trivial: add vbo-tri, an even simpler version of tri.c
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r--progs/trivial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile
index 70728616d2..e15ec33ab5 100644
--- a/progs/trivial/Makefile
+++ b/progs/trivial/Makefile
@@ -153,6 +153,7 @@ SOURCES = \
tristrip-clip.c \
tristrip-flat.c \
tristrip.c \
+ vbo-tri.c \
vbo-drawarrays.c \
vbo-noninterleaved.c \
vbo-drawelements.c \