diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-24 14:09:49 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-24 14:09:49 +0100 |
commit | 98c55dde34ae7ed062ae22712b998ef4787b14ee (patch) | |
tree | 30497e8b64d048b9aa392469c176d0428c6b4bd9 /src/Makefile.am | |
parent | a07a88311d4efbaa8682354c199910a8d96eb0a7 (diff) | |
download | ayatana-indicator-sound-98c55dde34ae7ed062ae22712b998ef4787b14ee.tar.gz ayatana-indicator-sound-98c55dde34ae7ed062ae22712b998ef4787b14ee.tar.bz2 ayatana-indicator-sound-98c55dde34ae7ed062ae22712b998ef4787b14ee.zip |
record of played application being stored correctly in keyfile
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 685ef71..e64d13d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -64,8 +64,8 @@ music_bridge_VALAFLAGS = \ --ccode \ -H music-player-bridge.h -d . \ --library music-bridge \ + --vapidir=$(top_srcdir)/vapi/ \ --vapidir=./ \ - --vapidir=../vapi/ \ --thread \ --pkg gee-1.0 \ --pkg Indicate-0.2 \ |