diff options
author | Keith Whitwell <[email protected]> | 2008-04-24 12:38:58 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-24 12:39:09 +0100 |
commit | 63e6e33db64fc39db16790d0988d370252a96e29 (patch) | |
tree | 432c1aeb701ea3e79eb397c69c3ea9c110cdf9f8 /progs/trivial/Makefile | |
parent | f93332da5655a31b6c44a1079629a15360ff999b (diff) |
trivial: simple edgeflag test
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 48c6caf6382..1dbc4721e87 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -94,6 +94,7 @@ SOURCES = \ tri-stencil.c \ tri-tex-3d.c \ tri-tri.c \ + tri-unfilled-edgeflag.c \ tri-unfilled-clip.c \ tri-unfilled-smooth.c \ tri-unfilled-userclip-stip.c \ |