From 02fff22db5ef3c53585f4d3f9b786c47b1a2f21a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 18 Mar 2016 19:45:09 +0200 Subject: [PATCH] vulkan: Ship missing headers with tarballs https://bugzilla.gnome.org/show_bug.cgi?id=763877 --- ext/vulkan/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ext/vulkan/Makefile.am b/ext/vulkan/Makefile.am index 8c57e34883..eaf959753a 100644 --- a/ext/vulkan/Makefile.am +++ b/ext/vulkan/Makefile.am @@ -23,14 +23,17 @@ libgstvulkan_la_SOURCES = \ noinst_HEADERS = \ vk.h \ + vkapi.h \ vk_fwd.h \ + vkbuffermemory.h \ + vkbufferpool.h \ + vkconfig.h \ vkdevice.h \ vkdisplay.h \ vkerror.h \ - vkbuffermemory.h \ vkimagememory.h \ - vkbufferpool.h \ vkinstance.h \ + vkmacros.h \ vkmemory.h \ vkqueue.h \ vksink.h \