From: Brian Paul Date: Fri, 26 Feb 2010 17:54:20 +0000 (-0700) Subject: Revert "gallium: remove unneeded -I path from Makefile.templast" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac56a44d5ee08ebfe2310113c6a04d2bc0f90e26;p=mesa.git Revert "gallium: remove unneeded -I path from Makefile.templast" This reverts commit d9c65ddd52199469c49fc0d3ad90fedb9a69274d. 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. --- diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 6b7c7c80a78..713e192a4eb 100644 --- a/src/gallium/Makefile.template +++ b/src/gallium/Makefile.template @@ -20,6 +20,7 @@ INCLUDES = \ -I. \ -I$(TOP)/src/gallium/include \ -I$(TOP)/src/gallium/auxiliary \ + -I$(TOP)/src/gallium/drivers \ $(LIBRARY_INCLUDES)