[Xfce4-commits] <xfce4-wavelan-plugin:master> xfce4-panel 4.7 compatibility fix

Florian Rivoal noreply at xfce.org
Sun Nov 7 12:18:01 CET 2010


Updating branch refs/heads/master
         to 3844bf462a93793c41efc54617d4d834cf372192 (commit)
       from 1e010e3622641ce7f93a0bf6b6d4de6adb2c9a9b (commit)

commit 3844bf462a93793c41efc54617d4d834cf372192
Author: Florian Rivoal <frivoal at xfce.org>
Date:   Sun Nov 7 20:16:38 2010 +0900

    xfce4-panel 4.7 compatibility fix
    
    Fix mistakes in the support for libxfcegui4 in Makefile.am. This fixes
    Bug 6615.

 panel-plugin/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 5e06216..61d06b1 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -10,9 +10,9 @@ plugin_PROGRAMS = xfce4-wavelan-plugin
 #plugin_LTLIBRARIES =							\
 #	libwavelan.la
 
-xfce4_wavelan_plugin_LDFLAGS =							\
+xfce4_wavelan_plugin_LDADD =							\
 				@LIBXFCE4PANEL_LIBS@				\
-				@LIBXFCEGUI4L_LIBS@
+				@LIBXFCEGUI4_LIBS@
 
 xfce4_wavelan_plugin_SOURCES =							\
 	wavelan.c							\



More information about the Xfce4-commits mailing list