From 8221a0e7f7eeff2c8201afcf4f5b46fc36dc8606 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 19 Mar 2010 07:36:50 -0600 Subject: es: added -I$(TOP)/include path --- src/gallium/state_trackers/es/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/gallium/state_trackers/es/Makefile b/src/gallium/state_trackers/es/Makefile index e33685d247..089d441167 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 -- cgit v1.2.3