diff options
author | Eric Anholt <[email protected]> | 2012-05-16 09:09:18 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-05-29 12:39:42 -0700 |
commit | 7d7fe1b0376d5017c21351c0df8168b733801570 (patch) | |
tree | 623d5864af552ef5a8831ecf73267bb5257e02b4 /configs/default | |
parent | b284d4773b889d042a4ea086a28a7ea18de98f28 (diff) |
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 <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
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) |