From 32aee1fcc0229d7aca833e68ffb28396d5a7e735 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 8 Apr 2004 22:45:02 +0000 Subject: added zreaddraw.c --- progs/tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'progs/tests') 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=%) -- cgit v1.2.3