diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-04-05 15:06:52 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-04-05 15:06:52 -0400 |
commit | 252f925b889ac6f9035d5d5455b403f48e95d215 (patch) | |
tree | 8a935b1d6301afde6b9e523ef99e1e382814c974 /Makefile.in | |
parent | 7250f0ebe2da013ad45d52a92520da3a0a87ced7 (diff) | |
parent | dbcfa95ae39e04b2cb23245967bcfc6fa7b39612 (diff) | |
download | ayatana-indicator-messages-252f925b889ac6f9035d5d5455b403f48e95d215.tar.gz ayatana-indicator-messages-252f925b889ac6f9035d5d5455b403f48e95d215.tar.bz2 ayatana-indicator-messages-252f925b889ac6f9035d5d5455b403f48e95d215.zip |
* New upstream release.
* Fix 0.5.94 blacklist regression.
* Fix broken icon images in Thunderbird (LP: #956147)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 75c5103..f3f906f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -45,7 +45,10 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ config.sub depcomp install-sh ltmain.sh missing mkinstalldirs subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/gcov.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 \ $(top_srcdir)/m4/gtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) |