vulkan: automake: add vk_android_native_buffer.h in the source list

Fixes:

  CCLD     libvulkan_wsi.la
ar: `u' modifier ignored since `D' is the default (see `U')
../../../../src/vulkan/util/vk_enum_to_str.c:26:45: fatal error:
vulkan/vk_android_native_buffer.h: No such file or directory
compilation terminated.
make[5]: *** [util/vk_enum_to_str.lo] Error 1

When running `make distcheck`.

v2: Fix commit title (Emil)

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Juan A. Suarez Romero 2017-09-19 16:26:56 +02:00
parent 9ac8fece63
commit 88bf3b7715
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D)
PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS)
EXTRA_DIST = \
$(top_srcdir)/include/vulkan/vk_android_native_buffer.h \
util/gen_enum_to_str.py
VULKAN_UTIL_SOURCES = \