From: Keith Whitwell Date: Tue, 10 Jun 2008 11:58:13 +0000 (+0100) Subject: trivial: add tristrip-flat to makefile X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=d915f40195fc20669c4720b597a3f7299508c507 trivial: add tristrip-flat to makefile --- diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 1dbc4721e87..594a9bddb2c 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -105,6 +105,7 @@ SOURCES = \ tri-z.c \ tri.c \ tristrip-clip.c \ + tristrip-flat.c \ tristrip.c \ vbo-drawarrays.c \ vbo-drawelements.c \