vk: Fix build

Commit 1286bd, which deleted vk.c, broke the build. Update the Makefile
to fix it.
This commit is contained in:
Chad Versace 2015-06-04 09:01:30 -07:00
parent 251aea80b0
commit 9cd42b3dea

View file

@ -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 > $@