~josharenson/indicator-sound/fix_mute_notifications

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: CI bot
  • Author(s): Ted Gould
  • Date: 2014-10-09 13:32:42 UTC
  • mfrom: (446.6.13 silent-mode)
  • Revision ID: ps-jenkins@lists.canonical.com-20141009133242-jcvoplk3q98qxs2p
Show a silent mode checkbox Fixes: 1342151, 1367818
Approved by: PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
    media-player
105
105
    mpris2-interfaces
106
106
    accounts-service-sound-settings
 
107
    accounts-service-privacy-settings
 
108
    accounts-service-system-sound-settings
107
109
    greeter-broadcast
108
110
)
109
111
vala_add(indicator-sound-service
110
112
  accounts-service-sound-settings.vala
111
113
)
112
114
vala_add(indicator-sound-service
 
115
  accounts-service-privacy-settings.vala
 
116
)
 
117
vala_add(indicator-sound-service
 
118
  accounts-service-system-sound-settings.vala
 
119
)
 
120
vala_add(indicator-sound-service
113
121
  greeter-broadcast.vala
114
122
)
115
123