> +%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@

…or not, this one has it, my bad.  Makes me believe even more it was missing in 
previous location :)

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/277/files#r46151422

Reply via email to