Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 7c7b3ec08b9c9b7f28bb9f0e7c477815 > files > 1

xfce4-sensors-plugin-1.0.0-1mdv2010.1.src.rpm

diff -Naur xfce4-sensors-plugin-0.10.99.6/lib/Makefile.am xfce4-sensors-plugin-0.10.99.6.tpg/lib/Makefile.am
--- xfce4-sensors-plugin-0.10.99.6/lib/Makefile.am	2008-11-03 21:09:06.000000000 +0000
+++ xfce4-sensors-plugin-0.10.99.6.tpg/lib/Makefile.am	2009-02-01 23:31:52.000000000 +0000
@@ -72,7 +72,7 @@
 	@LIBXFCE4UTIL_LIBS@												\
 	@LIBXFCEGUI4_LIBS@												\
 	@LIBXFCE4PANEL_LIBS@											\
-	@LIBSENSORS_LDFLAGS@
+	@LIBSENSORS_LDFLAGS@ -lsensors
 
 if HAVE_LIBNOTIFY
 libxfce4sensors_la_LIBADD += @LIBNOTIFY_LIBS@
diff -Naur xfce4-sensors-plugin-0.10.99.6/panel-plugin/Makefile.am xfce4-sensors-plugin-0.10.99.6.tpg/panel-plugin/Makefile.am
--- xfce4-sensors-plugin-0.10.99.6/panel-plugin/Makefile.am	2008-11-03 21:09:06.000000000 +0000
+++ xfce4-sensors-plugin-0.10.99.6.tpg/panel-plugin/Makefile.am	2009-02-01 23:19:42.000000000 +0000
@@ -27,12 +27,15 @@
 #	@GTK_CFLAGS@ \
 # @GLIB_CFLAGS@
 
-xfce4_sensors_plugin_LDFLAGS = 								\
+xfce4_sensors_plugin_LDADD = 								\
 	$(top_builddir)/lib/libxfce4sensors.la
 	@LIBXFCE4PANEL_LIBS@											 \
-	@SOLLIBS@														\
 	@LIBSENSORS_LDFLAGS@
 
+xfce4_sensors_plugin_LDFLAGS = 								\
+	$(top_builddir)/lib/libxfce4sensors.la
+	@SOLLIBS@
+
 #	@GTK_LIBS@ \
 # @GLIB_LIBS@