diff options
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index c8aeba026a2..341c115c07d 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -47,6 +47,9 @@ SOURCES = \ dlist-edgeflag.c \ dlist-dangling.c \ dlist-edgeflag-dangling.c \ + drawrange.c \ + drawelements.c \ + drawarrays.c \ tri-blend.c \ tri-tex-3d.c \ tri-clip.c \ @@ -63,6 +66,9 @@ SOURCES = \ tri.c \ tristrip-clip.c \ tristrip.c \ + vbo-drawrange.c \ + vbo-drawelements.c \ + vbo-drawarrays.c \ vp-clip.c \ vp-tri.c \ vp-line-clip.c \ |