From: Chad Versace Date: Thu, 4 Jun 2015 16:01:30 +0000 (-0700) Subject: vk: Fix build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9cd42b3deabe6d5fecf0c946e22188d355b56159;p=mesa.git vk: Fix build Commit 1286bd, which deleted vk.c, broke the build. Update the Makefile to fix it. --- 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 > $@