diff options
author | Keith Whitwell <[email protected]> | 2008-06-10 14:23:49 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-06-10 14:48:57 +0100 |
commit | ac833b9aeff1957769c271dd6d390b6b28d59e4c (patch) | |
tree | a3a162ad4622f508bc539aa9f7ba15a7bd01453c /progs/trivial/Makefile | |
parent | f5801fba247d8b0b5afe01196e9c7da7437d18ff (diff) |
trivial: add trifan tests
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index cbfcdfcf5bf..e88c239cd5e 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -106,6 +106,11 @@ SOURCES = \ tri-z-eq.c \ tri-z.c \ tri.c \ + trifan-flat.c \ + trifan-flat-clip.c \ + trifan-flat-unfilled-clip.c \ + trifan-unfilled.c \ + trifan.c \ tristrip-clip.c \ tristrip-flat.c \ tristrip.c \ |