diff options
author | Matt Turner <[email protected]> | 2013-01-20 18:25:51 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:46 -0800 |
commit | b2450091733b0848f0bec9b6cb8b068c4dfa0dd1 (patch) | |
tree | 02590306bdbecf7e887184a34b071ea5b36416d0 /src/mesa/Makefile.am | |
parent | cceeea0c4c1f004182bf1cd64b84fcd8a10237ca (diff) |
mesa: Add python scripts to distribution.
Diffstat (limited to 'src/mesa/Makefile.am')
-rw-r--r-- | src/mesa/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index 3b685737950..713094766be 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 \ |