[gnome-settings-daemon] power: Remove duplicate GNOME_DESKTOP_* variables



commit 6329dcf48ec0c0233b890352f66613253e5ee439
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jun 15 11:42:17 2012 +0100

    power: Remove duplicate GNOME_DESKTOP_* variables
    
    gnome-desktop is already checked for in the POWER_* variables.

 plugins/power/Makefile.am |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/power/Makefile.am b/plugins/power/Makefile.am
index 32686c6..a535585 100644
--- a/plugins/power/Makefile.am
+++ b/plugins/power/Makefile.am
@@ -28,7 +28,6 @@ libpower_la_CPPFLAGS = \
 libpower_la_CFLAGS = \
 	$(PLUGIN_CFLAGS)				\
 	$(POWER_CFLAGS)					\
-	$(GNOME_DESKTOP_CFLAGS)				\
 	$(SETTINGS_PLUGIN_CFLAGS)			\
 	$(AM_CFLAGS)
 
@@ -39,7 +38,6 @@ libpower_la_LIBADD  = 					\
 	$(top_builddir)/plugins/common/libcommon.la	\
 	$(top_builddir)/gnome-settings-daemon/libgsd.la \
 	$(POWER_LIBS)					\
-	$(GNOME_DESKTOP_LIBS)				\
 	$(SETTINGS_PLUGIN_LIBS)
 
 plugin_in_files = 					\
@@ -78,7 +76,6 @@ test_power_LDADD =					\
 	$(top_builddir)/plugins/common/libcommon.la	\
 	$(top_builddir)/gnome-settings-daemon/libgsd.la \
 	$(POWER_LIBS)					\
-	$(GNOME_DESKTOP_LIBS)				\
 	$(SETTINGS_PLUGIN_LIBS)
 
 EXTRA_DIST = 						\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]