diff options
author | Jakob Bornecrantz <[email protected]> | 2009-02-13 21:17:39 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-02-13 21:18:41 +0100 |
commit | b57031624ef94dd3128f989acabdffa2f2a32f57 (patch) | |
tree | 62f9346d589930c1b042b395c4e3ffcb6a6268ee /progs/trivial/Makefile | |
parent | 8e234d655dc3d8f8edefbf3bffdb726a331da2cd (diff) |
trivial: Add a tri-unfilled-fog 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 dce96f6bc8c..2800f3ef823 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -108,6 +108,7 @@ SOURCES = \ tri-tex.c \ tri-tex-3d.c \ tri-tri.c \ + tri-unfilled-fog.c \ tri-unfilled-edgeflag.c \ tri-unfilled-clip.c \ tri-unfilled-smooth.c \ |