summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-03-18 19:45:09 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-03-18 19:45:09 +0200
commit02fff22db5ef3c53585f4d3f9b786c47b1a2f21a (patch)
treeede73227267de42436b854cefc27051299edc062
parentd8e681bb6317e1c26ca522e15836d13a6d9b14cb (diff)
downloadgstreamer-plugins-bad-02fff22db5ef3c53585f4d3f9b786c47b1a2f21a.tar.gz
vulkan: Ship missing headers with tarballs
https://bugzilla.gnome.org/show_bug.cgi?id=763877
-rw-r--r--ext/vulkan/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/vulkan/Makefile.am b/ext/vulkan/Makefile.am
index 8c57e3488..eaf959753 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 \