diff options
author | Keith Whitwell <[email protected]> | 2007-01-16 13:29:01 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-01-16 13:29:01 +0000 |
commit | c53df49b8b528feda28da7bd0f253d0b8902ef77 (patch) | |
tree | da17f58f81030ed0ae0857eafe7b80484c91223d /progs/trivial/Makefile | |
parent | 3ad12fab454bc27334c8261780a1679da7d41cb1 (diff) |
Additional display list tests
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index b9ed5c70dc5..c8aeba026a2 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -40,11 +40,13 @@ SOURCES = \ quad-tex-2d.c \ quad-tex-pbo.c \ quad-tex-3d.c \ - quad-tex-dep.c \ quad.c \ quads.c \ quadstrip.c \ quadstrip-flat.c \ + dlist-edgeflag.c \ + dlist-dangling.c \ + dlist-edgeflag-dangling.c \ tri-blend.c \ tri-tex-3d.c \ tri-clip.c \ |