diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-02-14 20:40:26 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-02-14 20:40:26 +0000 |
commit | a9cb8868fda710f4d454deab6564e173eccd3754 (patch) | |
tree | f25f2abfe6fb44983a16d63da26edb0ddd4c68af | |
parent | 007f48f71154f6d4ec44b41b6050107a9fe35859 (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 eb01c6a..7a89d27 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,9 @@ EXTRA_DIST = \ AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ docs/design/gst-rtp-server-design \ gst-rtsp-server.doap \ - $(win32) + $(win32) \ + $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ + config.h.meson ACLOCAL_AMFLAGS = -I m4 -I common/m4 |