summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-02-15 00:26:21 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-02-15 00:26:21 +0000
commit91a8688fa115c67a0d60cdb06eb0a5e0db315343 (patch)
tree3ceb9173cd2ddf2dc9ad7d3529366f68cd10e651 /Makefile.am
parentb6a3e88059d1405f1e0eb311a2436c85cb26bf05 (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.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a6a4a423..a915de0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,8 @@ MAINTAINERCLEANFILES = \
EXTRA_DIST = \
configure.ac autogen.sh \
- gstreamer-vaapi.doap
+ gstreamer-vaapi.doap \
+ $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
+ meson_options.txt
-include $(top_srcdir)/git.mk