aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorY.C cheng <yc.cheng@canonical.com>2014-03-03 17:18:05 +0800
committerY.C cheng <yc.cheng@canonical.com>2014-03-03 17:18:05 +0800
commit18fd0fa741f818ed8a6d09b8a2a4623e85d6bbdf (patch)
tree9399dc248cceefcdd4f219db5c06fc08b4f211dd /src/Makefile.am
parent8c96b02c3ad3ee3286f75324ac6c262a091f0a43 (diff)
downloadayatana-indicator-power-18fd0fa741f818ed8a6d09b8a2a4623e85d6bbdf.tar.gz
ayatana-indicator-power-18fd0fa741f818ed8a6d09b8a2a4623e85d6bbdf.tar.bz2
ayatana-indicator-power-18fd0fa741f818ed8a6d09b8a2a4623e85d6bbdf.zip
set brightness via powerd if it exist (using dbus)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index be746db..2461592 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -46,6 +46,8 @@ libindciatorpower_upower_a_LDFLAGS = $(COVERAGE_LDFLAGS)
libindicatorpower_service_a_SOURCES = \
ib-brightness-control.c \
ib-brightness-control.h \
+ ib-brightness-powerd-control.c \
+ ib-brightness-powerd-control.h \
device-provider.c \
device-provider.h \
device.c \