summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2014-12-07 14:07:32 -0800
committerMatt Turner <[email protected]>2014-12-12 12:11:50 -0800
commit952b324b23b1ff8596e3cb168c16a1feb372b32b (patch)
tree36846d9278a29f04ac1990f55f789e4033676364 /src/mesa
parentf6502aaa58d854def4c93dc25154a6c97b159fb4 (diff)
mesa: Add scons files to distribution.
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/Makefile.am2
-rw-r--r--src/mesa/drivers/dri/common/Makefile.am2
-rw-r--r--src/mesa/drivers/dri/common/xmlpool/Makefile.am2
-rw-r--r--src/mesa/drivers/osmesa/Makefile.am2
-rw-r--r--src/mesa/drivers/x11/Makefile.am2
5 files changed, 8 insertions, 2 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am
index 4345f22c7b2..4ee88365c8c 100644
--- a/src/mesa/Makefile.am
+++ b/src/mesa/Makefile.am
@@ -64,6 +64,7 @@ include Makefile.sources
EXTRA_DIST = \
drivers/haiku \
+ drivers/SConscript \
main/format_info.py \
main/format_parser.py \
main/formats.csv \
@@ -71,6 +72,7 @@ EXTRA_DIST = \
main/get_hash_params.py \
program/program_lexer.l \
program/program_parse.y \
+ SConscript \
tnl_dd
BUILT_SOURCES = \
diff --git a/src/mesa/drivers/dri/common/Makefile.am b/src/mesa/drivers/dri/common/Makefile.am
index a9d2744b78c..af6f742a001 100644
--- a/src/mesa/drivers/dri/common/Makefile.am
+++ b/src/mesa/drivers/dri/common/Makefile.am
@@ -23,7 +23,7 @@ SUBDIRS = xmlpool
include Makefile.sources
-EXTRA_DIST = drirc xmlpool.h
+EXTRA_DIST = drirc xmlpool.h SConscript
AM_CFLAGS = \
-I$(top_srcdir)/include \
diff --git a/src/mesa/drivers/dri/common/xmlpool/Makefile.am b/src/mesa/drivers/dri/common/xmlpool/Makefile.am
index 926ec97cc1b..da7d03480fa 100644
--- a/src/mesa/drivers/dri/common/xmlpool/Makefile.am
+++ b/src/mesa/drivers/dri/common/xmlpool/Makefile.am
@@ -52,7 +52,7 @@ POT=xmlpool.pot
.PHONY: all clean pot po mo
-EXTRA_DIST = gen_xmlpool.py t_options.h $(POS)
+EXTRA_DIST = gen_xmlpool.py t_options.h $(POS) SConscript
BUILT_SOURCES = options.h
CLEANFILES = $(MOS) options.h
diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am
index ff9afb21312..545290425c3 100644
--- a/src/mesa/drivers/osmesa/Makefile.am
+++ b/src/mesa/drivers/osmesa/Makefile.am
@@ -21,6 +21,8 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
+EXTRA_DIST = SConscript
+
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src \
diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am
index 40b01dd1ef4..c91d8de4ac7 100644
--- a/src/mesa/drivers/x11/Makefile.am
+++ b/src/mesa/drivers/x11/Makefile.am
@@ -23,6 +23,8 @@
# GLX extension. All rendering is converted to Xlib calls. No hardware
# acceleration.
+EXTRA_DIST = SConscript
+
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/mapi \