<p>In <a href="https://github.com/geany/geany-plugins/pull/373#discussion_r54332015">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>I replaced <code>geanydoc_la_CFLAGS</code> 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.</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#r54332015">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ5p6xq8KUcVYiehwzCy-aS3saItnks5poXqBgaJpZM4HkdJx.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#r54332015"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>