Skip to content

Commit

Permalink
build: Don't install vapicheck
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ricotz committed Feb 12, 2018
1 parent e3fff71 commit fbb944d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vapigen/Makefile.am
Expand Up @@ -17,6 +17,9 @@ AM_CPPFLAGS = \

bin_PROGRAMS = \
vapigen \
$(NULL)

noinst_PROGRAMS = \
vapicheck \
$(NULL)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fbb944d

Please sign in to comment.