Revert "gallium: remove unneeded -I path from Makefile.templast"
authorBrian Paul <brianp@vmware.com>
Fri, 26 Feb 2010 17:54:20 +0000 (10:54 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 26 Feb 2010 17:54:20 +0000 (10:54 -0700)
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.

src/gallium/Makefile.template

index 6b7c7c80a78515a5553a4904a5a0b1bbe66af952..713e192a4ebdaa1caf80d441bf2ade945498f16f 100644 (file)
@@ -20,6 +20,7 @@ INCLUDES = \
        -I. \
        -I$(TOP)/src/gallium/include \
        -I$(TOP)/src/gallium/auxiliary \
+       -I$(TOP)/src/gallium/drivers \
        $(LIBRARY_INCLUDES)