From: Matt Turner Date: Mon, 21 Jan 2013 02:25:51 +0000 (-0800) Subject: mesa: Add python scripts to distribution. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2450091733b0848f0bec9b6cb8b068c4dfa0dd1;p=mesa.git mesa: Add python scripts to distribution. --- 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 \