mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
added readtex.h dependency
This commit is contained in:
parent
280bf89bd4
commit
2ec318640f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue