diff options
author | Keith Whitwell <[email protected]> | 2009-04-29 14:21:41 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-05-05 13:14:45 +0100 |
commit | 4d548bd069220677b12630cbab6f8c228e3d3a6b (patch) | |
tree | 65d53dccd6a5b7da5ce34720406792e134a9d505 /progs/trivial/SConscript | |
parent | ccec9f76d5ed032b627f5893f733ea0576311d51 (diff) |
trivial: add line-flat.c
Diffstat (limited to 'progs/trivial/SConscript')
-rw-r--r-- | progs/trivial/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/SConscript b/progs/trivial/SConscript index 480630e210e..0333418ad8c 100644 --- a/progs/trivial/SConscript +++ b/progs/trivial/SConscript @@ -26,6 +26,7 @@ progs = [ 'fs-tri', 'line-clip', 'line-cull', + 'line-flat', 'line-smooth', 'line-stipple-wide', 'line-userclip-clip', |