diff options
author | Keith Whitwell <[email protected]> | 2009-04-29 14:21:41 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-05-08 14:57:26 +0100 |
commit | 482be01db02d3ea224e01c24c4d1638229d6a4dc (patch) | |
tree | 5b5f8912e5d691a843d52a761ca086bbd6e8c7e6 /progs/trivial/Makefile | |
parent | bb9ea58f9502c7e54d03e3c2c21d20749f796c7c (diff) |
trivial: add line-flat.c
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 69c71cbaf61..e255cdadc5f 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -30,6 +30,7 @@ SOURCES = \ fs-tri.c \ line-clip.c \ line-cull.c \ + line-flat.c \ line-smooth.c \ line-stipple-wide.c \ line-userclip-clip.c \ |