> include $(top_srcdir)/build/vars.build.mk
> -
> -geanyplugins_LTLIBRARIES = geanynumberedbookmarks.la
> -
> -geanynumberedbookmarks_la_SOURCES = geanynumberedbookmarks.c
> -geanynumberedbookmarks_la_LIBADD = $(COMMONLIBS)
> +include $(top_srcdir)/build/cppcheck.mk
nice-ish, but cppcheck checking was opt-in. Maybe we want it to be enabled for everyone now, but that's probably not for this PR to decide
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/277/files#r46150954
> @@ -5,7 +5,7 @@ plugin = geanylua
>
> EXTRA_DIST += util
>
> -geanyplugins_LTLIBRARIES = geanylua.la
> +geanyplugins_LTLIBRARIES += geanylua.la
hum, why is this needed, as it's not a rel makefile?
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/277/files#r46150287