mesa: Add python scripts to distribution.
authorMatt Turner <mattst88@gmail.com>
Mon, 21 Jan 2013 02:25:51 +0000 (18:25 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:46 +0000 (12:11 -0800)
src/mesa/Makefile.am

index 3b685737950050c8784ec8e999200b60fc809d23..713094766bea48ef2becb5f20db1becb49e21694 100644 (file)
@@ -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 \