diff options
Diffstat (limited to 'progs')
-rw-r--r-- | progs/tests/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 0a08b251e9..ee75e71c7d 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -44,7 +44,8 @@ SOURCES = antialias.c \ vptorus.c \ vpwarpmesh.c \ yuvrect.c \ - yuvsquare.c + yuvsquare.c \ + zreaddraw.c PROGS = $(SOURCES:%.c=%) |