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
bin_PROGRAMS = \
vapigen \
+ $(NULL)
+
+noinst_PROGRAMS = \
vapicheck \
$(NULL)
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