OSDN Git Service

added readtex.h dependency
authorBrian <brian.paul@tungstengraphics.com>
Wed, 21 May 2008 13:05:29 +0000 (07:05 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 21 May 2008 13:05:29 +0000 (07:05 -0600)
progs/glsl/Makefile

index 7e769d0..e3f205c 100644 (file)
@@ -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