fix the build

This commit is contained in:
Zack Rusin 2008-02-17 09:42:26 -05:00
parent 0c6bbd41bd
commit 4a79156812
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ OBJECTS = $(C_SOURCES:.c=.o) \
### Include directories
INCLUDES = \
-I. \
-I$(TOP)/src/gallium/drivers
-I$(TOP)/src/gallium/drivers \
-I$(TOP)/src/gallium/auxiliary \
-I$(TOP)/src/gallium/include \
-I$(TOP)/src/mesa \