diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-03-30 14:12:41 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-03-30 14:12:41 -0400 |
commit | 66d95fc3a6a73357578051739dd58b5622ceffd6 (patch) | |
tree | b5bcad02ebe6ad24428dfb9544e3bcf08871b44e /src/Makefile.in | |
parent | d738d091793595d86f1a2353b06bf3584b0afbf9 (diff) | |
parent | 31b5a5a6508535ed1af86919c79d75571f1a65ef (diff) | |
download | ayatana-indicator-sound-66d95fc3a6a73357578051739dd58b5622ceffd6.tar.gz ayatana-indicator-sound-66d95fc3a6a73357578051739dd58b5622ceffd6.tar.bz2 ayatana-indicator-sound-66d95fc3a6a73357578051739dd58b5622ceffd6.zip |
* New upstream release.
- Inconsistency between messaging menu and sound menu pips (LP: #933593)
- indicator-sound-service crashed with SIGSEGV in
fast_validate() (LP: #949837)
- free-memory-read crash in indicator-sound-service's file
monitoring (LP: #965848)
- minor memory leaks in blacklist handling (LP: #960578)
- FIX (LP: FIX)
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 308bbfc..ca34bba 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -56,10 +56,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(top_srcdir)/Makefile.am.marshal subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ - $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ - $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ - $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/gcov.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/m4/gcov.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) |