<p>In <a href="https://github.com/geany/geany-plugins/pull/373#discussion_r54335432">geanydoc/src/Makefile.am</a>:</p>
<pre style='color:#555'>> @@ -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\"
</pre>
<p><code>AM_CFLAGS</code> is the default for when there is no traget-specific <code>CFLAGS</code>, so yeah should be fine.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/373/files#r54335432">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ__5EcSbvjLagBPhSPky_UbRxQcEks5pocebgaJpZM4HkdJx.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/373/files#r54335432"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>