build: Dist the Meson files
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 May 2017 08:41:18 +0000 (09:41 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 May 2017 12:44:20 +0000 (13:44 +0100)
When generating a tarball using Autotools we should dist the Meson
files, so it's possible to build ATK releases using Meson.

Makefile.am

index d62072b..9da8550 100644 (file)
@@ -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