aboutsummaryrefslogtreecommitdiff
path: root/mesalib/configs
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-05-30 12:24:58 +0200
committermarha <marha@users.sourceforge.net>2012-05-30 12:24:58 +0200
commite4580373a81894c451e5933b24906a075828b77e (patch)
tree2e161a4f21301fb9a2ee9955b99d895da85fa7b0 /mesalib/configs
parentce592e25d6303a8f4a8aa0e2918e0f72a35bf175 (diff)
downloadvcxsrv-e4580373a81894c451e5933b24906a075828b77e.tar.gz
vcxsrv-e4580373a81894c451e5933b24906a075828b77e.tar.bz2
vcxsrv-e4580373a81894c451e5933b24906a075828b77e.zip
mesa xkeyboard-config git update 30 May 2012
Diffstat (limited to 'mesalib/configs')
-rw-r--r--mesalib/configs/autoconf.in2
-rw-r--r--mesalib/configs/default2
2 files changed, 2 insertions, 2 deletions
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)