diff options
author | Brian Paul <[email protected]> | 2010-02-26 10:54:20 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-02-26 10:54:20 -0700 |
commit | ac56a44d5ee08ebfe2310113c6a04d2bc0f90e26 (patch) | |
tree | 487e12a224042632ef55dbced12eb9ef29edcc3b /src/gallium/Makefile.template | |
parent | 5ed444a7a4e8f74100a3678c007ac120e8569229 (diff) |
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.
Diffstat (limited to 'src/gallium/Makefile.template')
-rw-r--r-- | src/gallium/Makefile.template | 1 |
1 files changed, 1 insertions, 0 deletions
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) |