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

Colomban Wendling notifications at xxxxx
Sat Feb 27 16:34:35 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\"

`AM_CFLAGS` is the default for when there is no traget-specific `CFLAGS`, so yeah should be fine.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/373/files#r54335432
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160227/c705db13/attachment.html>


More information about the Github-comments mailing list