Code reorganization: update build.
[mesa.git] / src / gallium / drivers / cell / ppu / Makefile
index 50060f5cd30990525fbabd6384be72d2139544b1..011863c11e1b0063447a78870fce2acc756b5ad0 100644 (file)
@@ -40,8 +40,11 @@ SOURCES = \
 
 OBJECTS = $(SOURCES:.c=.o) \
 
-INCLUDE_DIRS = -I$(TOP)/src/mesa
-
+INCLUDE_DIRS = \
+       -I$(TOP)/src/mesa \
+       -I$(TOP)/src/gallium/include \
+       -I$(TOP)/src/gallium/aux \
+       -I$(TOP)/src/gallium/drivers
 
 .c.o:
        $(CC) -c $(INCLUDE_DIRS) $(CFLAGS) $< -o $@