diff options
author | Jason Ekstrand <[email protected]> | 2014-07-23 17:20:12 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2014-08-04 11:06:52 -0700 |
commit | dcc29c18b4affd0a69202a822ffe77d94594f98b (patch) | |
tree | de2794efc7e71c2d16b6e8db4ecf0377b36b7452 /src/mesa/Makefile.sources | |
parent | 87e719ae985e3452db0853885be7cd89fd199f36 (diff) |
mesa/SConscript: Use Makefile.sources instead of duplicating the file lists
Signed-off-by: Jason Ekstrand <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index f4904fbbd3d..fdfb2d2ad06 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -3,6 +3,9 @@ # This file is among different build systems. SRCDIR must be defined with # a trailing slash because the Android build system leaves it undefined. +SRCDIR = $(top_srcdir)/src/mesa/ +BUILDDIR = $(top_builddir)/src/mesa/ + # this is part of MAIN_FILES MAIN_ES_FILES = \ $(SRCDIR)main/es1_conversion.c |