From e213968f2b99b07e20b69e4dd6f94bea35f54161 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 26 Oct 2010 03:42:09 +0800 Subject: glapi: Move glapidispatch.h to core mesa. It is a core mesa header, not a glapi header. --- src/mapi/glapi/gen-es/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapi/glapi/gen-es/Makefile') diff --git a/src/mapi/glapi/gen-es/Makefile b/src/mapi/glapi/gen-es/Makefile index bda8e9ef729..709cfa8f94f 100644 --- a/src/mapi/glapi/gen-es/Makefile +++ b/src/mapi/glapi/gen-es/Makefile @@ -3,7 +3,6 @@ GLAPI = ../gen include $(TOP)/configs/current OUTPUTS := \ - glapi/glapidispatch.h \ glapi/glapioffsets.h \ glapi/glapitable.h \ glapi/glapitemp.h \ @@ -11,6 +10,7 @@ OUTPUTS := \ glapi/glapi_sparc.S \ glapi/glapi_x86-64.S \ glapi/glapi_x86.S \ + main/glapidispatch.h \ main/remap_helper.h COMMON = gl_XML.py glX_XML.py license.py typeexpr.py -- cgit v1.2.3