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
This commit is contained in:
Chun-wei Fan 2017-09-13 19:57:53 +08:00
parent 4ba41dbd20
commit fcf26cbf05

View File

@ -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 \