diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-03 11:39:57 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-03 11:39:57 +0100 |
commit | 7d7b78e14f8b15568fb0b011f9eb9bc019069e34 (patch) | |
tree | 1a51a040bd3f632efd91b6e89186465fcdbe2624 /Makefile.am | |
parent | d58b6ad197b361287f6f30300039078c7e892026 (diff) | |
download | ayatana-indicator-power-7d7b78e14f8b15568fb0b011f9eb9bc019069e34.tar.gz ayatana-indicator-power-7d7b78e14f8b15568fb0b011f9eb9bc019069e34.tar.bz2 ayatana-indicator-power-7d7b78e14f8b15568fb0b011f9eb9bc019069e34.zip |
Do not support the gnome-power-manager dbus interface anymore
The interface was removed upstream and moved to gnome-settings-daemon
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 87cf404..932775f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,6 @@ libpower_la_SOURCES = \ libpower_la_CFLAGS = \ $(UPOWER_CFLAGS) \ $(INDICATOR_CFLAGS) \ - -DHAVE_GSD \ -Wall -Werror \ -DG_LOG_DOMAIN=\"Indicator-Power\" libpower_la_LIBADD = \ |