diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-09 16:31:12 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-09 16:31:12 +0000 |
commit | c49d87b94dc4a8fe3ccb2c150ad1cd34404630f2 (patch) | |
tree | 8824cfe53ae0fea3a90f6489e3eed8610e74da86 /src/Makefile.am | |
parent | ce996a8b02131d9711cc3dee67f6c3844e55b8e8 (diff) | |
parent | 33e8e6c2ac125ba3806032ea3ef730bd5c782ac8 (diff) | |
download | ayatana-indicator-sound-c49d87b94dc4a8fe3ccb2c150ad1cd34404630f2.tar.gz ayatana-indicator-sound-c49d87b94dc4a8fe3ccb2c150ad1cd34404630f2.tar.bz2 ayatana-indicator-sound-c49d87b94dc4a8fe3ccb2c150ad1cd34404630f2.zip |
mpris interface introspection working nicel to determine playlist support
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 82830e1..7fe7e0f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -66,6 +66,7 @@ music_bridge_VALASOURCES = \ player-item.vala \ settings-manager.vala \ playlists-menu-item.vala \ + freedesktop-interfaces.vala \ fetch-file.vala @@ -81,7 +82,8 @@ music_bridge_VALAFLAGS = \ --pkg common-defs \ --pkg gio-2.0 \ --pkg gio-unix-2.0 \ - --pkg gdk-pixbuf-2.0 + --pkg gdk-pixbuf-2.0 \ + --pkg libxml-2.0 $(MAINTAINER_VALAFLAGS) |