diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-11 10:22:10 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-11 10:22:10 -0500 |
commit | f21b7129d4758ad7a187a2375b9c65cf20d2e70f (patch) | |
tree | 3bd913436e953b6c1221698f36607d2f61d26331 | |
parent | e49d9d7a50ceed482551c8197434ea01ab56e62c (diff) | |
download | ayatana-indicator-sound-f21b7129d4758ad7a187a2375b9c65cf20d2e70f.tar.gz ayatana-indicator-sound-f21b7129d4758ad7a187a2375b9c65cf20d2e70f.tar.bz2 ayatana-indicator-sound-f21b7129d4758ad7a187a2375b9c65cf20d2e70f.zip |
updated to handle the Dbusmenu-Glib-0.4 rename to Dbusmenu-0.4
-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 63d6d5a..23bda3d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,7 +65,7 @@ music_bridge_VALAFLAGS = \ --vapidir=./ \ --thread \ --pkg gee-1.0 \ - --pkg Dbusmenu-Glib-0.4 \ + --pkg Dbusmenu-0.4 \ --pkg common-defs \ --pkg gio-2.0 \ --pkg gio-unix-2.0 \ |