diff options
author | Matt Turner <[email protected]> | 2015-01-23 14:25:10 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-01-23 14:26:53 -0800 |
commit | 4db329ddffdf67f37e056bb1dc2ed558c214b605 (patch) | |
tree | 016765e427db3fbd71a886c6255616a6928b2567 /src/mesa/Makefile.am | |
parent | 195488e945070dfcf7e1a1aa901034eeff5ddfba (diff) |
mesa: Add format_{un,}pack.py to distribution.
Diffstat (limited to 'src/mesa/Makefile.am')
-rw-r--r-- | src/mesa/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index 5a7884c939e..ac142fd33b9 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -67,7 +67,9 @@ EXTRA_DIST = \ drivers/SConscript \ drivers/windows \ main/format_info.py \ + main/format_pack.py \ main/format_parser.py \ + main/format_unpack.py \ main/formats.csv \ main/get_hash_generator.py \ main/get_hash_params.py \ |