From 73ded0624de66bc83ae990530febb129d950d04b Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 26 Apr 2010 12:47:07 +0800 Subject: glapi: Move assembly dispatchers back into glapi/. --- src/mesa/sources.mak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/sources.mak') diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index c73066d69a..9ac850ecf8 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -308,13 +308,13 @@ X86_SOURCES = \ x86/read_rgba_span_x86.S X86_API = \ - x86/glapi_x86.S + glapi/glapi_x86.S X86-64_SOURCES = \ x86-64/xform4.S X86-64_API = \ - x86-64/glapi_x86-64.S + glapi/glapi_x86-64.S SPARC_SOURCES = \ sparc/clip.S \ @@ -322,7 +322,7 @@ SPARC_SOURCES = \ sparc/xform.S SPARC_API = \ - sparc/glapi_sparc.S + glapi/glapi_sparc.S COMMON_DRIVER_SOURCES = \ drivers/common/driverfuncs.c \ -- cgit v1.2.3