summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-22 09:41:18 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-22 13:44:20 +0100
commitce6359bb49c008e9b4b0c893a26042d8aa9b816a (patch)
tree0be827c4e98a0f2cfd0a08a944f446e1923b1e92
parent0bec07f2d058746653321acdd0229d94aacb516f (diff)
downloadatk-ce6359bb49c008e9b4b0c893a26042d8aa9b816a.tar.gz
build: Dist the Meson files
When generating a tarball using Autotools we should dist the Meson files, so it's possible to build ATK releases using Meson.
-rw-r--r--Makefile.am14
1 files changed, 13 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d62072b..9da8550 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,11 +3,23 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = atk tests docs po win32
+meson_dist_files = \
+ meson_options.txt \
+ meson.build \
+ atk/meson.build \
+ docs/meson.build \
+ docs/xml/meson.build \
+ docs/xml/gtkdocentities.ent.in \
+ po/meson.build \
+ tests/meson.build \
+ $()
+
EXTRA_DIST = \
MAINTAINERS \
atk.pc.in \
m4/introspection.m4 \
- config.h.win32
+ config.h.win32 \
+ $(meson_dist_files)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = atk.pc