diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-11 14:42:27 -0600 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-11 14:42:27 -0600 |
commit | eaa79e5722aa6370edc100c004b703135b285a96 (patch) | |
tree | f760d4a09f9244915293ada99f44cc79a616a241 /Makefile.in | |
parent | 370d15ea33974c3a8339965263980b21403f21ca (diff) | |
parent | 13d392dab3f0fcba861bd6607ce17d68990b9228 (diff) | |
download | ayatana-indicator-sound-eaa79e5722aa6370edc100c004b703135b285a96.tar.gz ayatana-indicator-sound-eaa79e5722aa6370edc100c004b703135b285a96.tar.bz2 ayatana-indicator-sound-eaa79e5722aa6370edc100c004b703135b285a96.zip |
* New upstream release.
- unity-panel-service crashed with SIGSEGV in cairo_translate (LP: #683184)
- Add MPRIS Playlist support (LP: #692644)
- only first word of application name is shown (LP: #695385)
- The players list should be customizable (LP: #685725)
- gio-unix-2.0 checks (LP: #694828)
- Desktop file loading should not manually use full path (LP: #693824)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 9dfd4fc..ca05132 100644 --- a/Makefile.in +++ b/Makefile.in @@ -273,7 +273,7 @@ SUBDIRS = \ tests \ po -EXTRA_DIST = autogen.sh vapi/common-defs.vapi vapi/Indicate-0.2.vapi +EXTRA_DIST = autogen.sh vapi/common-defs.vapi DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive |