diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-21 11:36:58 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-21 11:36:58 +0100 |
commit | 1b9837ab2ddfac074149d020e700e9272579b211 (patch) | |
tree | 8f3906ac4bd479ec9c1ee3aede7152a20e20b848 /src/Makefile.am | |
parent | 9bba58ee4dae536ce92f396854e2c0e671d9b7f0 (diff) | |
download | ayatana-indicator-sound-1b9837ab2ddfac074149d020e700e9272579b211.tar.gz ayatana-indicator-sound-1b9837ab2ddfac074149d020e700e9272579b211.tar.bz2 ayatana-indicator-sound-1b9837ab2ddfac074149d020e700e9272579b211.zip |
lots of changes
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5a42dc6..e556eed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -56,17 +56,20 @@ music_bridge_VALASOURCES = \ metadata-menu-item.vala \ player-controller.vala \ mpris-controller-v2.vala \ - mpris-controller.vala + mpris-controller.vala \ + player-item.vala music_bridge_VALAFLAGS = \ --ccode \ -H music-player-bridge.h -d . \ --library music-bridge \ --vapidir=./ \ + --vapidir=$(topsrcdir)/vapi \ --thread \ --pkg gee-1.0 \ --pkg Indicate-0.2 \ --pkg Dbusmenu-Glib-0.2 \ + --pkg music-bridge \ --pkg dbus-glib-1 $(MAINTAINER_VALAFLAGS) |