[gom] autotools: Add the Meson files to the dist tarballs



commit ba71d70804ceac5a86d95e8fd29efc9a09cefc0e
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Sat Apr 29 14:45:57 2017 +0200

    autotools: Add the Meson files to the dist tarballs
    
    We'd like everybody to build Gom with Meson in the near-future.
    
    However, for now we're still generating the release tarballs with the
    Autotools and their `make distcheck` target.
    
    This change makes sure tarballs contain the essentials to be built with
    Meson.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781944

 Makefile.am            |    2 ++
 doc/Makefile.am        |    1 +
 tests/Makefile.include |    2 ++
 3 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0f9a6ef..7874cad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,3 +29,5 @@ dist-hook:
 
 uninstall-local:
        -rm -r $(gomdocdir)
+
+EXTRA_DIST += bindings/meson.build bindings/python/meson.build gom/meson.build meson.build meson_options.txt
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d18c578..afb884e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -56,3 +56,4 @@ include $(top_srcdir)/gtk-doc.make
 # Other files to distribute
 EXTRA_DIST += version.xml.in
 
+EXTRA_DIST += meson.build
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 72f36a4..fd090d1 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -72,3 +72,5 @@ test_gom_sorting_LDADD = $(GIO_LIBS) $(GOBJECT_LIBS) $(top_builddir)/libgom-1.0.
 endif
 
 EXTRA_DIST += tests/grl-bookmarks.db tests/gnome.png
+
+EXTRA_DIST += tests/meson.build


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