From cf894302767d5ec483b5f8002bb796a284895bbf Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 1 Aug 2013 18:21:05 -0500 Subject: add a bluetooth backend to track bluetooth being enabled, being hard/soft blocked, and its devices. --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ed2c976..720c981 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,10 +2,14 @@ pkglibexec_PROGRAMS = indicator-bluetooth-service indicator_bluetooth_service_SOURCES = \ indicator3-0.4.vapi \ + org-bluez.vala \ + bluetooth.vala \ + bluez.vala \ desktop.vala \ main.vala \ menu.vala \ phone.vala \ + killswitch.vala \ service.vala indicator_bluetooth_service_VALAFLAGS = \ @@ -14,6 +18,7 @@ indicator_bluetooth_service_VALAFLAGS = \ --vapidir=./ \ --pkg gnome-bluetooth-1.0 \ --pkg config \ + --pkg rfkill \ --pkg posix \ --pkg glib-2.0 \ --pkg gtk+-3.0 \ -- cgit v1.2.3