vulkan: automake: do not use EXTRA_DIST in a conditional
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 17 Jan 2017 19:48:37 +0000 (19:48 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 18 Jan 2017 13:41:32 +0000 (13:41 +0000)
Otherwise the file might not end up in the tarball.

Fixes: dbd677efb42 "vulkan: add API registry"
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/Makefile.am

index f1fe5157b0ac4164856a49a86ec6caaef0a0c264..12e5dcdb12af01a66a8d15f797351d9339847545 100644 (file)
@@ -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