[Goodies-commits] r2553 - xfce4-mpc-plugin/trunk/panel-plugin (Nick Schermer)

Landry Breuil landry.breuil at gmail.com
Mon Apr 2 14:46:25 CEST 2007


>
> Message: 2
> Date: Wed, 14 Mar 2007 18:35:55 +0000 (UTC)
> From: "Nick Schermer" <nick at xfce.org>
> Subject: [Goodies-commits] r2553 - xfce4-mpc-plugin/trunk/panel-plugin
> To: goodies-commits at xfce.org
> Message-ID: <20070314183555.CF929F29BC at mocha.foo-projects.org>
> Content-Type: text/plain; charset=UTF-8
>
> Author: nick
> Date: 2007-03-14 18:35:55 +0000 (Wed, 14 Mar 2007)
> New Revision: 2553
>
> Modified:
>    xfce4-mpc-plugin/trunk/panel-plugin/Makefile.am
> Log:
> Fix LDFALGS -> LDADD
>
> Modified: xfce4-mpc-plugin/trunk/panel-plugin/Makefile.am
> ===================================================================
> --- xfce4-mpc-plugin/trunk/panel-plugin/Makefile.am     2007-03-14
> 18:34:30 UTC (rev 2552)
> +++ xfce4-mpc-plugin/trunk/panel-plugin/Makefile.am     2007-03-14
> 18:35:55 UTC (rev 2553)
> @@ -5,7 +5,7 @@
>         -DPACKAGE_LOCALE_DIR=\"$(localedir)\"                           \
>         @LIBXFCE4PANEL_CFLAGS@
>
> -xfce4_mpc_plugin_LDFLAGS =                                             \
> +xfce4_mpc_plugin_LDADD =                                               \
>         @LIBXFCE4PANEL_LIBS@


Nick, when you modify others' ppl code, can you double-check it ? :) And,
for my knowledge, why changing this ?
Ppl complain about recent auto* warnings now, because
xfce4_mpc_plugin_LDFLAGS is modified in a conditional just after ...

I'll fix that this evening,

Landry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.xfce.org/pipermail/goodies-commits/attachments/20070402/874f091b/attachment.html>


More information about the Goodies-commits mailing list