From 5ed0e7c1e5ea7650367714619bff24aef45a4199 Mon Sep 17 00:00:00 2001 From: Romain B Date: Mon, 27 Nov 2017 22:49:44 +0100 Subject: [PATCH] Fix make distcheck - distcheck is broken since the introduction of vala binding generation. - We don't need to generate them on release tarball, we only need to provides necessary files - Disable vala in DISTCHECK_CONFIGURE_FLAGS - This fix bug #14040 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8720a59d..e6bcd10b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ DISTCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ - --enable-introspection + --enable-introspection \ + --enable-vala=no # vi:set ts=8 sw=8 noet ai nocindent syntax=automake: -- 2.15.0