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/autoconf.in | |
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/autoconf.in')
-rw-r--r-- | configs/autoconf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index 3c8f4c1eef9..38f49a295c0 100644 --- a/configs/autoconf.in +++ b/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 |