From fbb944d0a33e4b074f35d8d5457d4ec83e03f729 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 12 Feb 2018 11:03:05 +0100 Subject: [PATCH] build: Don't install vapicheck This tool can't be used to check the syntax of vapi files as the name suggests. So better drop it until it gets some fixing. https://bugzilla.gnome.org/show_bug.cgi?id=793370 --- vapigen/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vapigen/Makefile.am b/vapigen/Makefile.am index c457ea540..1e262c1aa 100644 --- a/vapigen/Makefile.am +++ b/vapigen/Makefile.am @@ -17,6 +17,9 @@ AM_CPPFLAGS = \ bin_PROGRAMS = \ vapigen \ + $(NULL) + +noinst_PROGRAMS = \ vapicheck \ $(NULL) @@ -111,7 +114,6 @@ CLEANFILES = \ if ENABLE_UNVERSIONED install-exec-hook: cd $(DESTDIR)$(bindir) && $(LN_S) -f vapigen@PACKAGE_SUFFIX@$(EXEEXT) vapigen$(EXEEXT) - cd $(DESTDIR)$(bindir) && $(LN_S) -f vapicheck@PACKAGE_SUFFIX@$(EXEEXT) vapicheck$(EXEEXT) install-data-hook: cd $(DESTDIR)$(pkgconfigdir) && $(LN_S) -f vapigen@PACKAGE_SUFFIX@.pc vapigen.pc -- 2.47.2