Add missing inlcude directory.

This commit is contained in:
michal
2007-08-16 12:50:51 +01:00
parent cbef86a6ea
commit 4fb2f09fdd
+2 -1
View File
@@ -15,7 +15,8 @@ OBJECTS = $(C_SOURCES:.c=.o) \
INCLUDES = \
-I. \
-I$(TOP)/src/mesa/pipe \
-I$(TOP)/src/mesa
-I$(TOP)/src/mesa \
-I$(TOP)/include
##### RULES #####