diff options
author | Chad Versace <[email protected]> | 2015-06-04 09:01:30 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2015-06-04 09:01:30 -0700 |
commit | 9cd42b3deabe6d5fecf0c946e22188d355b56159 (patch) | |
tree | 2b4f33a528d5a0cc52526fb8ab8ac39d93d0a763 /src/vulkan/Makefile.am | |
parent | 251aea80b029cdd18b9c263073a4149b9331ad2a (diff) |
vk: Fix build
Commit 1286bd, which deleted vk.c, broke the build. Update the Makefile
to fix it.
Diffstat (limited to 'src/vulkan/Makefile.am')
-rw-r--r-- | src/vulkan/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vulkan/Makefile.am b/src/vulkan/Makefile.am index ce3f6b06391..f8517053f4f 100644 --- a/src/vulkan/Makefile.am +++ b/src/vulkan/Makefile.am @@ -74,8 +74,7 @@ libvulkan_la_SOURCES = \ BUILT_SOURCES = \ entrypoints.h \ entrypoints.c \ - meta-spirv.h \ - vk-spirv.h + meta-spirv.h entrypoints.h : vk_gen.py $(vulkan_include_HEADERS) $(AM_V_GEN)cat $(vulkan_include_HEADERS) | $(PYTHON2) $< header > $@ |