[vala/staging] build: Don't install vapicheck



commit fbb944d0a33e4b074f35d8d5457d4ec83e03f729
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Feb 12 11:03:05 2018 +0100

    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 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/vapigen/Makefile.am b/vapigen/Makefile.am
index c457ea5..1e262c1 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


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