diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-22 17:58:21 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-22 17:58:21 +0100 |
commit | 446a0a14416bec0337477f7ef40eb947891c8cd5 (patch) | |
tree | adb4527a921d8882571fcf84af8450de616c6b94 /src | |
parent | 8939506a486c50d83c57a1ce21354243f71af4ab (diff) | |
download | ayatana-indicator-sound-446a0a14416bec0337477f7ef40eb947891c8cd5.tar.gz ayatana-indicator-sound-446a0a14416bec0337477f7ef40eb947891c8cd5.tar.bz2 ayatana-indicator-sound-446a0a14416bec0337477f7ef40eb947891c8cd5.zip |
vapi path fix
Diffstat (limited to 'src')
-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 a2a54e8..d2a82f6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -64,7 +64,7 @@ music_bridge_VALAFLAGS = \ -H music-player-bridge.h -d . \ --library music-bridge \ --vapidir=./ \ - --vapidir=../vapi/ \ + --vapidir=$(top_srcdir)/vapi/ \ --thread \ --pkg gee-1.0 \ --pkg Indicate-0.2 \ |