diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-02-15 18:22:53 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-02-15 18:22:53 +0000 |
commit | 7f8c2a08daee3c19a1c497a9527689bc598886b6 (patch) | |
tree | d30c2050c196696c9d186ada02695fb228239ecd | |
parent | 4e01a6f7b12c4e32ee3b406b53143fa515c96680 (diff) |
meson: dist meson build files
Ship meson build files in tarballs, so people who use tarballs
in their builds can start playing with meson already.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 82affc6..22c6025 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 |