In addons/src/Makefile.am:

> -	ao_wrapwords.h \
> -	ao_copyfilepath.h \
> -	addons.c \
> -	ao_blanklines.c \
> -	ao_doclist.c \
> -	ao_openuri.c \
> -	ao_systray.c \
> -	ao_bookmarklist.c \
> -	ao_markword.c \
> -	ao_tasks.c \
> -	ao_xmltagging.c \
> -	ao_wrapwords.c \
> -	ao_copyfilepath.c
> -
> -addons_la_LIBADD = $(COMMONLIBS)
> -
>  include $(top_srcdir)/build/cppcheck.mk

…but that'd be duplicated functionality for recursive/non-recursive versions, and likely to be missed by accident in one case


Reply to this email directly or view it on GitHub.