Mesa (master): vulkan: automake: do not use EXTRA_DIST in a conditional

Emil Velikov evelikov at kemper.freedesktop.org
Wed Jan 18 13:43:46 UTC 2017


Module: Mesa
Branch: master
Commit: 8d1712a065d5e55310a5c39a8914d714d845f6ce
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d1712a065d5e55310a5c39a8914d714d845f6ce

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Tue Jan 17 19:48:37 2017 +0000

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 <emil.velikov at collabora.com>

---

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index f1fe515..12e5dcd 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




More information about the mesa-commit mailing list