From: Brian Paul Date: Thu, 8 Apr 2004 22:45:02 +0000 (+0000) Subject: added zreaddraw.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32aee1fcc0229d7aca833e68ffb28396d5a7e735;p=mesa.git added zreaddraw.c --- diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 0a08b251e9e..ee75e71c7d7 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=%)