summaryrefslogtreecommitdiff
path: root/ext/vulkan
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-05-05 23:53:05 +1000
committerMatthew Waters <matthew@centricular.com>2016-05-05 23:54:16 +1000
commit4810c7de70e7bb0053d43484ba0b67614e578ba0 (patch)
treefcf9e870defdd1516e4d667d342fe2f0e7ef3231 /ext/vulkan
parent77f6e253e18709d4e83b2adc200c2288ec9ceeff (diff)
downloadgstreamer-plugins-bad-4810c7de70e7bb0053d43484ba0b67614e578ba0.tar.gz
vulkan/build: add the build directory to the list of includes
Fixes out of tree builds from tarballs. https://bugzilla.gnome.org/show_bug.cgi?id=764758
Diffstat (limited to 'ext/vulkan')
-rw-r--r--ext/vulkan/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/vulkan/Makefile.am b/ext/vulkan/Makefile.am
index 673190fdd..1b19e198e 100644
--- a/ext/vulkan/Makefile.am
+++ b/ext/vulkan/Makefile.am
@@ -46,6 +46,7 @@ noinst_HEADERS = \
libgstvulkan_la_CFLAGS = \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs \
+ -I$(top_builddir)/ext/vulkan \
$(GST_CFLAGS) \
$(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \