diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2014-07-23 17:20:12 -0700 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2014-08-04 11:06:52 -0700 |
commit | dcc29c18b4affd0a69202a822ffe77d94594f98b (patch) | |
tree | de2794efc7e71c2d16b6e8db4ecf0377b36b7452 /src/mesa/Makefile.sources | |
parent | 87e719ae985e3452db0853885be7cd89fd199f36 (diff) | |
download | external_mesa3d-dcc29c18b4affd0a69202a822ffe77d94594f98b.zip external_mesa3d-dcc29c18b4affd0a69202a822ffe77d94594f98b.tar.gz external_mesa3d-dcc29c18b4affd0a69202a822ffe77d94594f98b.tar.bz2 |
mesa/SConscript: Use Makefile.sources instead of duplicating the file lists
Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
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 f4904fb..fdfb2d2 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 |