summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-22 14:27:24 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-22 20:00:23 +0100
commitdd0ead6058701473785d0e7a2da11abf8df45ff3 (patch)
tree3e802e321bf75b326a22c5e979252ef48d12d6c8
parenta39e6470e8fb80c713d515ef51729ebdc382f7fd (diff)
downloadpango-dd0ead6058701473785d0e7a2da11abf8df45ff3.tar.gz
build: Add Meson files to the Autotools dist
This way, we can use Meson to build a release tarball generated by Autotools.
-rw-r--r--Makefile.am19
1 files changed, 18 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cd32259d..ffbf50a7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,22 @@
SUBDIRS= pango pango-view examples docs tools tests win32
+meson_dist_files = \
+ pango-view/meson.build \
+ meson.build \
+ meson_options.txt \
+ pango/mini-fribidi/meson.build \
+ pango/meson.build \
+ docs/meson.build \
+ docs/xml/meson.build \
+ docs/xml/gtkdocentities.ent.in \
+ examples/meson.build \
+ tools/meson.build \
+ tests/meson.build \
+ tests/gen-all-unicode.py \
+ tests/gen-installed-test.py \
+ $()
+
EXTRA_DIST = \
autogen.sh \
pango.pc.in \
@@ -13,7 +29,8 @@ EXTRA_DIST = \
HACKING \
README.win32 \
config.h.win32 \
- pango.doap
+ pango.doap \
+ $(meson_dist_files)
MAINTAINERCLEANFILES = \
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \