diff options
author | Alberto Aguirre <alberto.aguirre@canonical.com> | 2014-06-24 09:45:34 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-06-24 09:45:34 +0000 |
commit | 049c09d4dbd3ff042c53b47a619388681a2fb2d6 (patch) | |
tree | 3295fed227c1a06fc5c1d7fe377f0f69bccecf86 /src/Makefile.am | |
parent | 3982a33ab5d059f3a99f2ccde87270fd2a73d798 (diff) | |
parent | 0e5ceb9fafbbc06d3ecd066ad013dee69cd16af7 (diff) | |
download | ayatana-indicator-power-049c09d4dbd3ff042c53b47a619388681a2fb2d6.tar.gz ayatana-indicator-power-049c09d4dbd3ff042c53b47a619388681a2fb2d6.tar.bz2 ayatana-indicator-power-049c09d4dbd3ff042c53b47a619388681a2fb2d6.zip |
Changes to address setBrightness interface moving from powerd to unity-system-compositor
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2461592..3f71b60 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -46,8 +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 \ + ib-brightness-uscreen-control.c \ + ib-brightness-uscreen-control.h \ device-provider.c \ device-provider.h \ device.c \ |