In geanydoc/src/Makefile.am:

> @@ -7,7 +7,7 @@ geanydoc_la_SOURCES = \
>  	geanydoc.c \
>  	geanydoc.h
>  
> -geanydoc_la_CFLAGS = $(AM_CFLAGS)
> +geanydoc_la_CPPFLAGS = $(AM_CPPFLAGS) -DG_LOG_DOMAIN=\"GeanyDoc\"

I replaced geanydoc_la_CFLAGS by accident. But I think this line was useless already before because $(AM_CFLAGS) is probably the default. If I'm wrong, I'd repush without that line removed.


Reply to this email directly or view it on GitHub.