[Goodies-commits] r5598 - in xfce4-sensors-plugin/trunk: lib panel-plugin src

Fabian Nowak timystery at xfce.org
Sun Oct 12 23:28:23 CEST 2008


Author: timystery
Date: 2008-10-12 21:28:23 +0000 (Sun, 12 Oct 2008)
New Revision: 5598

Modified:
   xfce4-sensors-plugin/trunk/lib/Makefile.am
   xfce4-sensors-plugin/trunk/panel-plugin/Makefile.am
   xfce4-sensors-plugin/trunk/src/Makefile.am
Log:
cleaned a little inside Makefile.ams: removed gtk_flags and glib_flags


Modified: xfce4-sensors-plugin/trunk/lib/Makefile.am
===================================================================
--- xfce4-sensors-plugin/trunk/lib/Makefile.am	2008-10-12 21:19:32 UTC (rev 5597)
+++ xfce4-sensors-plugin/trunk/lib/Makefile.am	2008-10-12 21:28:23 UTC (rev 5598)
@@ -37,8 +37,6 @@
 # middlelayer.h
 
 libxfce4sensors_la_CFLAGS = \
-	@GTK_CFLAGS@ \
-	@GLIB_CFLAGS@ \
 	@PLATFORM_CFLAGS@												\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"							\
 	@LIBSENSORS_CFLAGS@										\
@@ -48,6 +46,8 @@
 libxfce4sensors_la_CFLAGS += @LIBNOTIFY_CFLAGS@
 endif
 
+# @GTK_CFLAGS@ \
+# @GLIB_CFLAGS@ \
 #	@LIBXFCE4UTIL_CFLAGS@							\
 #	@LIBXFCEGUI4_CFLAGS@
 
@@ -63,8 +63,6 @@
 #	-module
 
 libxfce4sensors_la_LIBADD = \
-	@GTK_LIBS@ \
-	@GLIB_LIBS@ \
 	@LIBSENSORS_LDFLAGS@									\
 	@LIBXFCE4PANEL_LIBS@
 
@@ -72,6 +70,8 @@
 libxfce4sensors_la_LIBADD += @LIBNOTIFY_LIBS@
 endif
 
+# @GTK_LIBS@ \
+#	@GLIB_LIBS@ \
 #	@LIBXFCE4UTIL_LIBS@								\
 #	@LIBXFCEGUI4_LIBS@
 

Modified: xfce4-sensors-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-sensors-plugin/trunk/panel-plugin/Makefile.am	2008-10-12 21:19:32 UTC (rev 5597)
+++ xfce4-sensors-plugin/trunk/panel-plugin/Makefile.am	2008-10-12 21:28:23 UTC (rev 5598)
@@ -18,21 +18,23 @@
 # middlelayer.h
 
 xfce4_sensors_plugin_CFLAGS = \
-	@GTK_CFLAGS@ \
-	@GLIB_CFLAGS@ \
 	@LIBXFCE4PANEL_CFLAGS@										   \
 	@PLATFORM_CFLAGS@												\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"							\
 	@LIBSENSORS_CFLAGS@
 
+#	@GTK_CFLAGS@ \
+# @GLIB_CFLAGS@
+
 xfce4_sensors_plugin_LDFLAGS = 								\
 	$(top_builddir)/lib/libxfce4sensors.la
-	@GTK_LIBS@ \
-	@GLIB_LIBS@ \
 	@LIBXFCE4PANEL_LIBS@											 \
 	@SOLLIBS@														\
 	@LIBSENSORS_LDFLAGS@
 
+#	@GTK_LIBS@ \
+# @GLIB_LIBS@
+
 # .desktop file
 #
 # Some automake trickery here. Because we cannot use $(libexecdir) in the

Modified: xfce4-sensors-plugin/trunk/src/Makefile.am
===================================================================
--- xfce4-sensors-plugin/trunk/src/Makefile.am	2008-10-12 21:19:32 UTC (rev 5597)
+++ xfce4-sensors-plugin/trunk/src/Makefile.am	2008-10-12 21:28:23 UTC (rev 5598)
@@ -20,14 +20,14 @@
 	actions.c
 
 xfce4_sensors_CFLAGS = \
-	@GTK_CFLAGS@ 												\
-	@GLIB_CFLAGS@ 												\
 	@PLATFORM_CFLAGS@											\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"						\
 	@LIBSENSORS_CFLAGS@											\
 	@LIBXFCE4UTIL_CFLAGS@ \
 	@LIBXFCEGUI4_CFLAGS@
 
+# @GTK_CFLAGS@ 												\
+# @GLIB_CFLAGS@ 												\
 #	@LIBXFCE4PANEL_CFLAGS@
 
 xfce4_sensors_LDFLAGS = 								\
@@ -36,12 +36,12 @@
 
 xfce4_sensors_LDADD = 								\
 	$(top_builddir)/lib/libxfce4sensors.la \
-	@GTK_LIBS@ 													\
-	@GLIB_LIBS@ 													\
 	@LIBSENSORS_LDFLAGS@ 								\
 	@LIBXFCE4UTIL_LIBS@									\
 	@LIBXFCEGUI4_LIBS@
 
+# @GTK_LIBS@ 													\
+# @GLIB_LIBS@ 													\
 #-L/usr/local/lib/xfce4/modules/ -L$(top_builddir)/lib -lxfce4sensors
 #	@LIBXFCE4PANEL_LIBS@
 




More information about the Goodies-commits mailing list