mesa: Add python scripts to distribution.

This commit is contained in:
Matt Turner 2013-01-20 18:25:51 -08:00
parent cceeea0c4c
commit b245009173
1 changed files with 7 additions and 0 deletions

View 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 \