From: Brian Date: Wed, 21 May 2008 13:05:29 +0000 (-0600) Subject: added readtex.h dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ec318640f7940071618ab7f6bd980eee0479195;p=mesa.git added readtex.h dependency --- diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index 7e769d07465..e3f205cdb92 100644 --- a/progs/glsl/Makefile +++ b/progs/glsl/Makefile @@ -103,7 +103,7 @@ mandelbrot: mandelbrot.o shaderutil.o $(CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) mandelbrot.o shaderutil.o $(LIBS) -o $@ -multitex.o: multitex.c extfuncs.h shaderutil.h +multitex.o: multitex.c extfuncs.h readtex.h shaderutil.h $(CC) -c -I$(INCDIR) $(CFLAGS) multitex.c multitex: multitex.o readtex.o shaderutil.o