From: Brian Paul Date: Thu, 8 Apr 2004 22:45:02 +0000 (+0000) Subject: added zreaddraw.c X-Git-Tag: 062012170305~24654 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32aee1fcc0229d7aca833e68ffb28396d5a7e735;p=profile%2Fivi%2Fmesa.git added zreaddraw.c --- diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 0a08b25..ee75e71 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=%)