Revert "gallium: remove unneeded -I path from Makefile.templast"

This reverts commit d9c65ddd52.

Looks like the nouveau drivers need this.  Perhaps the drivers
could be fixed to add the extra -I path where needed.  I'll leave
that up to others.
This commit is contained in:
Brian Paul
2010-02-26 10:54:20 -07:00
parent 5ed444a7a4
commit ac56a44d5e
+1
View File
@@ -20,6 +20,7 @@ INCLUDES = \
-I. \
-I$(TOP)/src/gallium/include \
-I$(TOP)/src/gallium/auxiliary \
-I$(TOP)/src/gallium/drivers \
$(LIBRARY_INCLUDES)