[Github-comments] [geany-plugins] Define G_LOG_DOMAIN for all plugins where it is missing (#373)

Enrico Tröger notifications at xxxxx
Sat Feb 27 11:05:37 UTC 2016


> @@ -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:
https://github.com/geany/geany-plugins/pull/373/files#r54332015
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160227/e697b80f/attachment.html>


More information about the Github-comments mailing list