[glib/glib-2-54] build: Dist the other required Meson build files



commit fcf26cbf054a5220b0492f3ff230e042a1060bde
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Sep 13 19:57:53 2017 +0800

    build: Dist the other required Meson build files
    
    Some of the Meson build files are not dist'ed by 'make dist', which are
    reqired for things to work, and there was a missing '\' that cause some
    of the meson.build files under tests/ not to be disted.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783210

 Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4ea6515..b9accad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -89,6 +89,8 @@ meson_build_files = \
        gio/tests/de/LC_MESSAGES/meson.build \
        gio/win32/meson.build \
        gio/xdgmime/meson.build \
+       glib/glibconfig.h.in \
+       glib/gnulib/meson.build \
        glib/libcharset/meson.build \
        glib/meson.build \
        glib/pcre/meson.build \
@@ -97,7 +99,7 @@ meson_build_files = \
        gobject/meson.build \
        gobject/tests/meson.build \
        gthread/meson.build \
-       po/meson.build
+       po/meson.build \
        tests/refcount/meson.build \
        tests/meson.build \
        tests/gobject/meson.build \


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