diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-04-29 14:21:41 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-05-05 13:14:45 +0100 |
commit | 4d548bd069220677b12630cbab6f8c228e3d3a6b (patch) | |
tree | 65d53dccd6a5b7da5ce34720406792e134a9d505 /progs/trivial/Makefile | |
parent | ccec9f76d5ed032b627f5893f733ea0576311d51 (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 69c71cbaf6..e255cdadc5 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 \ |