summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-01-20 18:25:51 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-12 12:11:46 -0800
commitb2450091733b0848f0bec9b6cb8b068c4dfa0dd1 (patch)
tree02590306bdbecf7e887184a34b071ea5b36416d0
parentcceeea0c4c1f004182bf1cd64b84fcd8a10237ca (diff)
downloadexternal_mesa3d-b2450091733b0848f0bec9b6cb8b068c4dfa0dd1.zip
external_mesa3d-b2450091733b0848f0bec9b6cb8b068c4dfa0dd1.tar.gz
external_mesa3d-b2450091733b0848f0bec9b6cb8b068c4dfa0dd1.tar.bz2
mesa: Add python scripts to distribution.
-rw-r--r--src/mesa/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am
index 3b68573..7130947 100644
--- a/src/mesa/Makefile.am
+++ b/src/mesa/Makefile.am
@@ -62,6 +62,13 @@ include $(GLAPI)/glapi_gen.mk
BUILDDIR = $(builddir)/
include Makefile.sources
+EXTRA_DIST = \
+ main/format_info.py \
+ main/format_parser.py \
+ main/formats.csv \
+ main/get_hash_generator.py \
+ main/get_hash_params.py
+
BUILT_SOURCES = \
main/get_hash.h \
main/format_info.c \