apple: Move glapi to mapi.

This was missed in commit 296adbd545.
Fixes darwin build.
This commit is contained in:
Vinson Lee 2010-05-06 23:39:33 -07:00
parent 5065d33276
commit 50c940707e

View file

@ -65,7 +65,8 @@ INCLUDES = -I. -Iinclude -I..\
-I$(TOP)/include \
-I$(TOP)/include/GL/internal \
-I$(TOP)/src/mesa \
-I$(TOP)/src/mesa/glapi \
-I$(TOP)/src/mapi \
-I$(TOP)/src/mapi/glapi \
$(LIBDRM_CFLAGS) \
$(DRI2PROTO_CFLAGS) \
$(X11_INCLUDES)