From 7d7fe1b0376d5017c21351c0df8168b733801570 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 16 May 2012 09:09:18 -0700 Subject: automake: Rename variables in sources.mak to be automake compatible. *_SOURCES is reserved for files lists for particular automake targets. Also, "-" in the variable names is not allowed. Reviewed-by: Matt Turner Reviewed-by: Kenneth Graunke --- configs/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/default') diff --git a/configs/default b/configs/default index 40fa5e31ea2..0f8b09fc2ee 100644 --- a/configs/default +++ b/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