]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
build: Don't install vapicheck fbb944d0a33e4b074f35d8d5457d4ec83e03f729
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 12 Feb 2018 10:03:05 +0000 (11:03 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 12 Feb 2018 10:03:05 +0000 (11:03 +0100)
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

index c457ea540026dc898874e772445a65a0f99da616..1e262c1aadff5b3bc30904528faa4bdb7e302b7d 100644 (file)
@@ -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