aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-12-04 16:34:30 +1300
committerRobert Ancell <robert.ancell@canonical.com>2012-12-04 16:34:30 +1300
commit7dd1e1aaf27d3efded474eb49060131e4a12a6fe (patch)
treeed2bcd726fa981e2e12853010be8dfe748c4c910 /src/Makefile.am
parentc9759cfd8c6b7803277bd5feb657a79fe8ddc66e (diff)
downloadayatana-indicator-bluetooth-7dd1e1aaf27d3efded474eb49060131e4a12a6fe.tar.gz
ayatana-indicator-bluetooth-7dd1e1aaf27d3efded474eb49060131e4a12a6fe.tar.bz2
ayatana-indicator-bluetooth-7dd1e1aaf27d3efded474eb49060131e4a12a6fe.zip
Use GnomeBluetooth.Killswitch instead of reading /dev/rfkill directly
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7e4605a..2dd7e41 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,8 +3,7 @@ bin_PROGRAMS = indicator-bluetooth
indicator_bluetooth_SOURCES = \
config.vapi \
gnome-bluetooth-1.0.vapi \
- indicator-bluetooth.vala \
- rfkill.vala
+ indicator-bluetooth.vala
indicator_bluetooth_VALAFLAGS = \
--pkg posix \