<p>In <a href="https://github.com/geany/geany-plugins/pull/277#discussion_r46151422">geanyvc/src/Makefile.rel.am</a>:</p>
<pre style='color:#555'>> +%C%_geanyvc_la_CFLAGS = \
> +  $(AM_CFLAGS) \
> +  $(GTKSPELL_CFLAGS)
> +
> +%C%_geanyvc_la_LIBADD = \
> +  $(GTKSPELL_LIBS) \
> +  $(COMMONLIBS)
> +
> +endif
> +
> +if UNITTESTS
> +TESTS += %D%/unittests
> +check_PROGRAMS += %D%/unittests
> +%C%_unittests_SOURCES = %D%/unittests.c %D%/utils.c
> +%C%_unittests_CFLAGS  = $(GEANY_CFLAGS) -DUNITTESTS
> +%C%_unittests_LDADD   = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@
</pre>
<p>…or not, this one has it, my bad.  Makes me believe even more it was missing in previous location :)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/277/files#r46151422">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ0R1Fb4Tdj4IlaDtyVjzAmWQKF4Jks5pLFoPgaJpZM4Fg-b2.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/277/files#r46151422"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>