<p>In <a href="https://github.com/geany/geany-plugins/pull/277#discussion_r46149869">commander/src/Makefile.rel.am</a>:</p>
<pre style='color:#555'>> @@ -0,0 +1,15 @@
> +if ENABLE_COMMANDER
> +geanyplugins_LTLIBRARIES += %D%/commander.la
> +
> +%C%_commander_la_SOURCES  = %D%/commander-plugin.c
> +%C%_commander_la_CPPFLAGS = $(AM_CPPFLAGS) \
> +                        -DPLUGIN=\"commander\" \
> +                        -DG_LOG_DOMAIN=\"Commander\"
> +%C%_commander_la_CFLAGS   = $(AM_CFLAGS) \
> +                        $(COMMANDER_CFLAGS)
> +%C%_commander_la_LIBADD   = $(COMMONLIBS) \
> +                        $(COMMANDER_LIBS)
> +
> +endif
> +
> +%C%_commander_la_SHORTNAME = commander_la
</pre>
<p>this most probably should be set for all plugins, it's too easy to miss when adding plugin-specific <code>CFLAGS</code>, especially as the difference is quite subtle.  Though OK, it's not <em>that</em> important, only means building in different directories doesn't generate the same-named object files, but that'd still be annoying.</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/277/files#r46149869">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6qGYqThSUIalGY0TcqGJiz2Pw4zks5pLFdMgaJpZM4Fg-b2.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/277/files#r46149869"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>