From e4580373a81894c451e5933b24906a075828b77e Mon Sep 17 00:00:00 2001
From: marha <marha@users.sourceforge.net>
Date: Wed, 30 May 2012 12:24:58 +0200
Subject: mesa xkeyboard-config git update 30 May 2012

---
 mesalib/configs/autoconf.in | 2 +-
 mesalib/configs/default     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'mesalib/configs')

diff --git a/mesalib/configs/autoconf.in b/mesalib/configs/autoconf.in
index 3c8f4c1ee..38f49a295 100644
--- a/mesalib/configs/autoconf.in
+++ b/mesalib/configs/autoconf.in
@@ -47,7 +47,7 @@ DRI_CXXFLAGS = @DRI_CXXFLAGS@
 DLOPEN_LIBS = @DLOPEN_LIBS@
 
 # Source selection
-MESA_ASM_SOURCES = @MESA_ASM_SOURCES@
+MESA_ASM_FILES = @MESA_ASM_FILES@
 GLAPI_ASM_SOURCES = @GLAPI_ASM_SOURCES@
 
 # Misc tools and flags
diff --git a/mesalib/configs/default b/mesalib/configs/default
index 40fa5e31e..0f8b09fc2 100644
--- a/mesalib/configs/default
+++ b/mesalib/configs/default
@@ -89,7 +89,7 @@ DRI_CFLAGS = $(CFLAGS)
 DRI_CXXFLAGS = $(CXXFLAGS)
 
 # Optional assembly language optimization files for libGL
-MESA_ASM_SOURCES = 
+MESA_ASM_FILES =
 
 # GLw widget sources (Append "GLwMDrawA.c" here and add -lXm to GLW_LIB_DEPS in
 # order to build the Motif widget too)
-- 
cgit v1.2.3