From b2450091733b0848f0bec9b6cb8b068c4dfa0dd1 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 20 Jan 2013 18:25:51 -0800 Subject: [PATCH] mesa: Add python scripts to distribution. --- src/mesa/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) 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 \ -- 2.30.2