es: added -I$(TOP)/include path
authorBrian Paul <brianp@vmware.com>
Fri, 19 Mar 2010 13:36:50 +0000 (07:36 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 19 Mar 2010 13:37:18 +0000 (07:37 -0600)
src/gallium/state_trackers/es/Makefile

index e33685d2471f8ffa9e328a56f3f208514dfb61d4..089d4411675c76c17650e8d38fda675cf244061c 100644 (file)
@@ -38,6 +38,7 @@ SYS_LIBS = -lm -pthread
 
 
 INCLUDE_DIRS = \
+       -I$(TOP)/include \
        -I$(TOP)/src/mesa \
        -I$(TOP)/src/gallium/include