aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d616baf..d63eda2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -56,7 +56,7 @@ vala_add(ayatana-indicator-bluetooth-service
)
vala_add(ayatana-indicator-bluetooth-service
- greeter.vala
+ desktop_greeter.vala
DEPENDS
profile
bluetooth
@@ -80,6 +80,14 @@ vala_add(ayatana-indicator-bluetooth-service
)
vala_add(ayatana-indicator-bluetooth-service
+ phone_greeter.vala
+ DEPENDS
+ profile
+ bluetooth
+ device
+)
+
+vala_add(ayatana-indicator-bluetooth-service
profile.vala
DEPENDS
bluetooth
@@ -93,8 +101,9 @@ vala_add(ayatana-indicator-bluetooth-service
profile
device
phone
+ phone_greeter
desktop
- greeter
+ desktop_greeter
agent
)