diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-05-21 07:05:29 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-05-21 07:05:29 -0600 |
commit | 2ec318640f7940071618ab7f6bd980eee0479195 (patch) | |
tree | ef196cbf30c0e677c35aa023c464790052864b98 | |
parent | 280bf89bd4a6bb7977abb00b88d59234d2c80844 (diff) |
added readtex.h dependency
-rw-r--r-- | progs/glsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index 7e769d0746..e3f205cdb9 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 |