diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-24 01:25:13 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-24 01:25:13 +0100 |
commit | a07a88311d4efbaa8682354c199910a8d96eb0a7 (patch) | |
tree | 151bb2f1e55c9a5cb054dd7d3f7095530399b86e /src/Makefile.am | |
parent | 8939506a486c50d83c57a1ce21354243f71af4ab (diff) | |
download | ayatana-indicator-sound-a07a88311d4efbaa8682354c199910a8d96eb0a7.tar.gz ayatana-indicator-sound-a07a88311d4efbaa8682354c199910a8d96eb0a7.tar.bz2 ayatana-indicator-sound-a07a88311d4efbaa8682354c199910a8d96eb0a7.zip |
attempting to subscribe to client desktop file path notifications
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a2a54e8..685ef71 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -57,7 +57,8 @@ music_bridge_VALASOURCES = \ player-controller.vala \ mpris-controller-v2.vala \ mpris-controller.vala \ - player-item.vala + player-item.vala \ + familiar-players-db.vala music_bridge_VALAFLAGS = \ --ccode \ |