From c2555c6a895ea780e6a454753c34b192d95ba3d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 6 Jun 2019 18:36:00 +0100 Subject: [PATCH] autotools: fix distcheck --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f114e67..2e1a475 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ EXTRA_DIST = \ ChangeLog gst-plugins-bad.doap autogen.sh \ $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ meson_options.txt \ - ext/vulkan/vkconfig.h.meson + gst-libs/gst/vulkan/gstvkconfig.h.meson DISTCLEANFILES = _stdint.h -- 2.7.4