diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-01 15:29:26 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-01 15:29:26 +0100 |
commit | 67bdc60671c338045771b52a670c8788e565fcb3 (patch) | |
tree | b3ab9043dabcec33d9a5c68caa640443808a39b7 /src/Makefile.am | |
parent | 610f7ed87e0b95dd16ff75024672dba36028b745 (diff) | |
download | ayatana-indicator-sound-67bdc60671c338045771b52a670c8788e565fcb3.tar.gz ayatana-indicator-sound-67bdc60671c338045771b52a670c8788e565fcb3.tar.bz2 ayatana-indicator-sound-67bdc60671c338045771b52a670c8788e565fcb3.zip |
now has the ability to fetch album art from last fm
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2a4e937..e85ed93 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -67,7 +67,9 @@ music_bridge_VALASOURCES = \ player-controller.vala \ mpris2-controller.vala \ player-item.vala \ - familiar-players-db.vala + familiar-players-db.vala \ + fetch-file.vala + music_bridge_VALAFLAGS = \ --ccode \ @@ -81,7 +83,9 @@ music_bridge_VALAFLAGS = \ --pkg Dbusmenu-Glib-0.2 \ --pkg common-defs \ --pkg dbus-glib-1 \ - --pkg gio-unix-2.0 + --pkg gio-unix-2.0 \ + --pkg gdk-pixbuf-2.0 + $(MAINTAINER_VALAFLAGS) |