[gnome-power-manager] Remove gnome-power-backlight-helper as it's been moved to g-s-d
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-power-manager] Remove gnome-power-backlight-helper as it's been moved to g-s-d
- Date: Wed, 3 Aug 2011 13:02:16 +0000 (UTC)
commit 61e4f3eaaebf5c299377b24d7c84b399097fc363
Author: Richard Hughes <richard hughsie com>
Date: Wed Aug 3 13:55:34 2011 +0100
Remove gnome-power-backlight-helper as it's been moved to g-s-d
Makefile.am | 3 +-
configure.ac | 1 -
po/POTFILES.in | 2 -
policy/.gitignore | 1 -
policy/Makefile.am | 17 ---
policy/org.gnome.power.policy.in2 | 32 -----
src/Makefile.am | 15 --
src/gpm-backlight-helper.c | 280 -------------------------------------
8 files changed, 1 insertions(+), 350 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 676f60a..0344413 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,8 +5,7 @@ SUBDIRS = \
src \
po \
man \
- data \
- policy
+ data
EXTRA_DIST = \
HACKING \
diff --git a/configure.ac b/configure.ac
index ba7d993..8e28af0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,7 +225,6 @@ Makefile
src/Makefile
man/Makefile
po/Makefile.in
-policy/Makefile
data/Makefile
data/gnome-power-statistics.desktop.in
data/icons/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a780f8f..5b34777 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -5,9 +5,7 @@ data/org.gnome.power-manager.gschema.xml.in
data/gnome-power-statistics.desktop.in.in
[type: gettext/glade]data/gpm-feedback-widget.ui
[type: gettext/glade]data/gpm-statistics.ui
-policy/org.gnome.power.policy.in2
src/gpm-backlight.c
-src/gpm-backlight-helper.c
src/gpm-common.c
src/gpm-debug.c
src/gpm-graph-widget.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 25e50e7..0fd09bf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,10 +25,6 @@ INCLUDES = \
bin_PROGRAMS = \
gnome-power-statistics
-sbin_PROGRAMS = \
- gnome-power-backlight-helper \
- $(NULL)
-
check_PROGRAMS = \
gnome-power-self-test
@@ -47,17 +43,6 @@ libgpmshared_a_SOURCES = \
gpm-upower.c \
gpm-upower.h
-gnome_power_backlight_helper_SOURCES = \
- gpm-backlight-helper.c
-
-gnome_power_backlight_helper_LDADD = \
- libgpmshared.a \
- $(GLIB_LIBS) \
- -lm
-
-gnome_power_backlight_helper_CFLAGS = \
- $(WARNINGFLAGS)
-
gnome_power_statistics_SOURCES = \
gpm-statistics.c \
gpm-point-obj.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]