diff --git a/Makefile.am b/Makefile.am index 82affc6aad..22c602550c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,4 +8,6 @@ ACLOCAL_AMFLAGS = -I m4 -I common/m4 DISTCLEANFILES = _stdint.h -EXTRA_DIST = autogen.sh gst-omx.doap RELEASE +EXTRA_DIST = autogen.sh gst-omx.doap RELEASE \ + $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ + meson_options.txt