projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cceeea0
)
mesa: Add python scripts to distribution.
author
Matt Turner
<mattst88@gmail.com>
Mon, 21 Jan 2013 02:25:51 +0000
(18:25 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:46 +0000
(12:11 -0800)
src/mesa/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile.am
b/src/mesa/Makefile.am
index 3b685737950050c8784ec8e999200b60fc809d23..713094766bea48ef2becb5f20db1becb49e21694 100644
(file)
--- 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 \