summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \