[pango] build: Add Meson files to the Autotools dist



commit dd0ead6058701473785d0e7a2da11abf8df45ff3
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon May 22 14:27:24 2017 +0100

    build: Add Meson files to the Autotools dist
    
    This way, we can use Meson to build a release tarball generated by
    Autotools.

 Makefile.am |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index cd32259..ffbf50a 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) \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]