[Xfce4-commits] <xfce4-sensors-plugin:master> applied patch for bug 6938

Fabian noreply at xfce.org
Sun Dec 12 20:20:04 CET 2010


Updating branch refs/heads/master
         to 4ee50b039a8cb114cfdf8d04982bc114e833d550 (commit)
       from 2de3ecda14df363a20ab643a0f8f33f24976b94c (commit)

commit 4ee50b039a8cb114cfdf8d04982bc114e833d550
Author: Fabian <timystery at arcor.de>
Date:   Fri Dec 10 20:59:49 2010 +0100

    applied patch for bug 6938

 include/sensors-interface-common.h |    2 +-
 panel-plugin/Makefile.am           |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/sensors-interface-common.h b/include/sensors-interface-common.h
index 0013549..654bbb4 100644
--- a/include/sensors-interface-common.h
+++ b/include/sensors-interface-common.h
@@ -31,7 +31,7 @@
 /* #include <glib/gprintf.h>  */
 
 /* Xfce includes */
-#include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfce4panel/libxfce4panel.h>
 
 /* Package includes */
 #include <types.h>
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index b9f3ffe..9080b5d 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -20,6 +20,7 @@ xfce4_sensors_plugin_SOURCES =									   \
 
 xfce4_sensors_plugin_CFLAGS = \
 	@LIBXFCE4PANEL_CFLAGS@										   \
+	@LIBXFCEGUI4_CFLAGS@										   \
 	@PLATFORM_CFLAGS@												\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"							\
 	@LIBSENSORS_CFLAGS@
@@ -28,9 +29,10 @@ xfce4_sensors_plugin_CFLAGS = \
 # @GLIB_CFLAGS@
 
 
-xfce4_sensors_plugin_LDFLAGS = 							\
+xfce4_sensors_plugin_LDADD = 							\
 	$(top_builddir)/lib/libxfce4sensors.la		\
 	@LIBXFCE4PANEL_LIBS@											\
+	@LIBXFCEGUI4_LIBS@												\
 	@SOLLIBS@																	\
 	@LIBSENSORS_LDFLAGS@											\
 	@LIBM@



More information about the Xfce4-commits mailing list