From d92265370c5768a1b296c66a832fb953fed0117a Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Tue, 21 May 2019 21:30:12 +0200 Subject: [PATCH] Include meson.build files in autotools release Fixes https://gitlab.gnome.org/GNOME/libsecret/issues/25 --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile.am b/Makefile.am index 8cefbc8..0987630 100644 --- a/Makefile.am +++ b/Makefile.am @@ -172,6 +172,15 @@ CLEANFILES = \ EXTRA_DIST = \ COPYING.TESTS \ + meson_options.txt \ + meson.build \ + docs/meson.build \ + docs/man/meson.build \ + docs/reference/libsecret/meson.build \ + egg/meson.build \ + libsecret/meson.build \ + po/meson.build \ + tool/meson.build \ build/valgrind \ build/tap-gtester \ build/tap-driver \