diff options
| author | Conor Curran <conor.curran@canonical.com> | 2010-06-22 18:28:13 +0100 |
|---|---|---|
| committer | Conor Curran <conor.curran@canonical.com> | 2010-06-22 18:28:13 +0100 |
| commit | 4f8774020c89b5bd3d1c4ab9619acbf1cf3e1edc (patch) | |
| tree | adb4527a921d8882571fcf84af8450de616c6b94 | |
| parent | 8939506a486c50d83c57a1ce21354243f71af4ab (diff) | |
| parent | 446a0a14416bec0337477f7ef40eb947891c8cd5 (diff) | |
| download | ayatana-indicator-sound-4f8774020c89b5bd3d1c4ab9619acbf1cf3e1edc.tar.gz ayatana-indicator-sound-4f8774020c89b5bd3d1c4ab9619acbf1cf3e1edc.tar.bz2 ayatana-indicator-sound-4f8774020c89b5bd3d1c4ab9619acbf1cf3e1edc.zip | |
distcheck fixes
| -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 \ |
