aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-09-08 12:32:06 +0200
committerSebastien Bacher <seb128@ubuntu.com>2010-09-08 12:32:06 +0200
commite8dbd1c4501965be441fb99855dc5d2f52d549dd (patch)
tree351494f8a9e94c35280dbc584e8abf7c3f71eb8e /src/Makefile.am
parent0b25b8a95dfd8b8b6743f7a0a055be05dfea956b (diff)
parentb347212eb1cb41fb9739a9873b0ff8eb8abb4b77 (diff)
downloadayatana-indicator-sound-e8dbd1c4501965be441fb99855dc5d2f52d549dd.tar.gz
ayatana-indicator-sound-e8dbd1c4501965be441fb99855dc5d2f52d549dd.tar.bz2
ayatana-indicator-sound-e8dbd1c4501965be441fb99855dc5d2f52d549dd.zip
* New upstream release fixing those issues
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 74e0297..e85ed93 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -65,11 +65,11 @@ music_bridge_VALASOURCES = \
scrub-menu-item.vala \
title-menu-item.vala \
player-controller.vala \
- mpris-bridge.vala \
- mpris-controller.vala \
mpris2-controller.vala \
player-item.vala \
- familiar-players-db.vala
+ familiar-players-db.vala \
+ fetch-file.vala
+
music_bridge_VALAFLAGS = \
--ccode \
@@ -83,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)