diff options
author | Keith Whitwell <[email protected]> | 2008-06-10 14:09:45 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-06-10 14:48:57 +0100 |
commit | f5801fba247d8b0b5afe01196e9c7da7437d18ff (patch) | |
tree | 3b758477b855472437a405247aae331fd231de21 /progs/trivial/Makefile | |
parent | d915f40195fc20669c4720b597a3f7299508c507 (diff) |
trivial: add poly-flat-clip tests
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 594a9bddb2c..cbfcdfcf5bf 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -48,6 +48,8 @@ SOURCES = \ point-wide-smooth.c \ point.c \ poly-flat.c \ + poly-flat-clip.c \ + poly-flat-unfilled-clip.c \ poly-unfilled.c \ poly.c \ quad-clip-all-vertices.c \ |