diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2012-12-04 15:24:49 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2012-12-04 15:24:49 +1300 |
commit | c9759cfd8c6b7803277bd5feb657a79fe8ddc66e (patch) | |
tree | e8aeccc063cd41673ce9a12a0358c18ac0c7a61f /src/Makefile.am | |
parent | de247720b4c7261d96dd99edd42f5ea898ab09b5 (diff) | |
download | ayatana-indicator-bluetooth-c9759cfd8c6b7803277bd5feb657a79fe8ddc66e.tar.gz ayatana-indicator-bluetooth-c9759cfd8c6b7803277bd5feb657a79fe8ddc66e.tar.bz2 ayatana-indicator-bluetooth-c9759cfd8c6b7803277bd5feb657a79fe8ddc66e.zip |
Use GnomeBluetooth instead of bluez directly
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 64cb42d..7e4605a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ bin_PROGRAMS = indicator-bluetooth indicator_bluetooth_SOURCES = \ config.vapi \ - bluez.vala \ + gnome-bluetooth-1.0.vapi \ indicator-bluetooth.vala \ rfkill.vala |