summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-02-14 20:38:03 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-02-14 20:38:03 +0000
commit898d14b2290b758fcc592e7078ef518d7029ace3 (patch)
tree5b5e76b1a195897735bceb9446a047482d2f58a3
parent1bd42625f83226e0fbd888344845b57e7f31e016 (diff)
downloadgst-libav-898d14b2290b758fcc592e7078ef518d7029ace3.tar.gz
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.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dc80f1f..7f02803 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,9 @@ DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs pkgconfig
EXTRA_DIST = \
depcomp autogen.sh \
- AUTHORS COPYING NEWS README ChangeLog gst-libav.doap
+ AUTHORS COPYING NEWS README ChangeLog gst-libav.doap \
+ $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" )
+
ACLOCAL_AMFLAGS = -I m4 -I common/m4
include $(top_srcdir)/common/release.mak