Module: Mesa Branch: master Commit: 8221a0e7f7eeff2c8201afcf4f5b46fc36dc8606 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8221a0e7f7eeff2c8201afcf4f5b46fc36dc8606
Author: Brian Paul <[email protected]> Date: Fri Mar 19 07:36:50 2010 -0600 es: added -I$(TOP)/include path --- src/gallium/state_trackers/es/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/state_trackers/es/Makefile b/src/gallium/state_trackers/es/Makefile index e33685d..089d441 100644 --- a/src/gallium/state_trackers/es/Makefile +++ b/src/gallium/state_trackers/es/Makefile @@ -38,6 +38,7 @@ SYS_LIBS = -lm -pthread INCLUDE_DIRS = \ + -I$(TOP)/include \ -I$(TOP)/src/mesa \ -I$(TOP)/src/gallium/include _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
