BROKEN
[mesa.git] / src / gallium / Makefile.template
index 8e84f8eb2d7dad1e699a951ef5d272844b4a2888..4e462b5c9769eac9fce7cf2311f45f1d4c26d20a 100644 (file)
@@ -15,8 +15,9 @@ OBJECTS = $(C_SOURCES:.c=.o) \
 ### Include directories
 INCLUDES = \
        -I. \
-       -I$(TOP)/src/mesa/pipe \
-       -I$(TOP)/src/mesa \
+       -I$(TOP)/src/gallium/include \
+       -I$(TOP)/src/gallium/auxiliary \
+       -I$(TOP)/src/gallium/drivers \
        -I$(TOP)/include \
         $(DRIVER_INCLUDES)
 
@@ -38,7 +39,7 @@ INCLUDES = \
 default: depend symlinks $(LIBNAME)
 
 
-$(LIBNAME): $(OBJECTS) Makefile $(TOP)/src/mesa/pipe/Makefile.template
+$(LIBNAME): $(OBJECTS) Makefile $(TOP)/src/gallium/Makefile.template
        $(TOP)/bin/mklib -o $@ -static $(OBJECTS) $(DRIVER_LIBS)