[Goodies-commits] r5536 - xfce4-sensors-plugin/trunk/src

Fabian Nowak timystery at xfce.org
Wed Oct 8 23:23:25 CEST 2008


Author: timystery
Date: 2008-10-08 21:23:24 +0000 (Wed, 08 Oct 2008)
New Revision: 5536

Modified:
   xfce4-sensors-plugin/trunk/src/Makefile.am
Log:
modified makefile.am a little by ldflags


Modified: xfce4-sensors-plugin/trunk/src/Makefile.am
===================================================================
--- xfce4-sensors-plugin/trunk/src/Makefile.am	2008-10-08 10:37:02 UTC (rev 5535)
+++ xfce4-sensors-plugin/trunk/src/Makefile.am	2008-10-08 21:23:24 UTC (rev 5536)
@@ -1,4 +1,4 @@
-# $Id$
+# $Id:$
 
 bin_PROGRAMS = xfce4-sensors
 
@@ -32,12 +32,13 @@
 #	@LIBXFCE4PANEL_CFLAGS@
 
 xfce4_sensors_LDFLAGS = 								\
-	$(top_builddir)/lib/libxfce4sensors.la
+	-no-undefined								\
+	@PLATFORM_LDFLAGS@
 
 xfce4_sensors_LDADD = 								\
+	$(top_builddir)/lib/libxfce4sensors.la \
 	@GTK_LIBS@ 													\
 	@GLIB_LIBS@ 													\
-	@SOLLIBS@														\
 	@LIBSENSORS_LDFLAGS@ 								\
 	@LIBXFCE4UTIL_LIBS@									\
 	@LIBXFCEGUI4_LIBS@
@@ -45,8 +46,8 @@
 #-L/usr/local/lib/xfce4/modules/ -L$(top_builddir)/lib -lxfce4sensors
 #	@LIBXFCE4PANEL_LIBS@
 
-#xfce4_sensors_DEPENDENCIES = \
-#	$(top_builddir)/lib/libxfce4sensors.la
+xfce4_sensors_DEPENDENCIES = \
+	$(top_builddir)/lib/libxfce4sensors.la
 
 # .desktop file
 #




More information about the Goodies-commits mailing list