diff options
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 \ |