diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-02-14 20:19:44 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-02-14 20:19:44 +0000 |
commit | 979907144a148d0c3bf8851dcde0aa48201b2326 (patch) | |
tree | a650f1ffba47fadd801755eee4755fa32907305e /Makefile.am | |
parent | 2f676d61a7e08076900e57b7b7ad56d5b296b66e (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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 030c1a241..fec8ddaaa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,8 +14,12 @@ include $(top_srcdir)/common/win32.mak EXTRA_DIST = \ depcomp \ AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ - ChangeLog gst-plugins-bad.doap autogen.sh \ - $(win32) + ChangeLog gst-plugins-bad.doap autogen.sh $(win32) \ + $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ + meson_options.txt config.h.meson \ + gst-libs/gst/*/*enum.py ext/srtp/srtp_mkenum.py \ + win32/common/*.def \ + ext/vulkan/vkconfig.h.meson gst-libs/gst/gl/gstglconfig.h.meson DISTCLEANFILES = _stdint.h |