diff options
author | Juan A. Suarez Romero <[email protected]> | 2017-10-19 12:46:02 +0200 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2017-10-23 12:37:01 +0200 |
commit | 2665d012a8a12971c87861e789a520951df42f3c (patch) | |
tree | 81be063dc2017308414333696376a23462d62ef7 | |
parent | a548b727a147b4ead1accef10499c4cf81af3057 (diff) |
radv: automake: include radv_extensions.py in the tarball17.3-branchpoint
Reviewed-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
-rw-r--r-- | src/amd/vulkan/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/Makefile.am b/src/amd/vulkan/Makefile.am index 7364e54f61c..6b352aebf98 100644 --- a/src/amd/vulkan/Makefile.am +++ b/src/amd/vulkan/Makefile.am @@ -132,6 +132,7 @@ EXTRA_DIST = \ dev_icd.json.in \ radeon_icd.json.in \ radv_entrypoints_gen.py \ + radv_extensions.py \ vk_format_layout.csv \ vk_format_parse.py \ vk_format_table.py |