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
This commit is contained in:
Matthew Waters 2016-05-05 23:53:05 +10:00
parent 77f6e253e1
commit 4810c7de70

View file

@ -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) \