From: Emil Velikov Date: Tue, 17 Jan 2017 19:48:37 +0000 (+0000) Subject: vulkan: automake: do not use EXTRA_DIST in a conditional X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d1712a065d5e55310a5c39a8914d714d845f6ce;p=mesa.git vulkan: automake: do not use EXTRA_DIST in a conditional Otherwise the file might not end up in the tarball. Fixes: dbd677efb42 "vulkan: add API registry" Signed-off-by: Emil Velikov --- diff --git a/src/Makefile.am b/src/Makefile.am index f1fe5157b0a..12e5dcdb12a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -118,8 +118,8 @@ endif if HAVE_VULKAN_COMMON SUBDIRS += vulkan/wsi -EXTRA_DIST += vulkan/registry/vk.xml endif +EXTRA_DIST += vulkan/registry/vk.xml ## Requires the i965 compiler (part of mesa) and wayland-drm if HAVE_INTEL_VULKAN