diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-03 17:16:59 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-03 17:16:59 -0500 |
commit | 81ad3347c438773f60d6735ba103c0825b574f14 (patch) | |
tree | cb79f86c03edf8f0cc9c46e6563ec1aa8c0784d8 /tests | |
parent | 62471dbe9fa9196597f37ec8d1780b6359ec5d5a (diff) | |
parent | c5b4403212947c1e65de4b955a212296de1e4d9c (diff) | |
download | ayatana-indicator-datetime-81ad3347c438773f60d6735ba103c0825b574f14.tar.gz ayatana-indicator-datetime-81ad3347c438773f60d6735ba103c0825b574f14.tar.bz2 ayatana-indicator-datetime-81ad3347c438773f60d6735ba103c0825b574f14.zip |
* New upstream release.
* Increase robustness of GeoClue error handling
* Remove g_error()'s from the .so
* New upstream release.
* Change to canonical.com for naming
* Fixing a type callback
* Switching to GDbus and dbusmenu-0.4
* Supporting a wider range of custom strings for time and support
seconds in the custom time strings.
* Fixing to take time settings from LC_TIME
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 9141238..4712c15 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -36,10 +36,7 @@ host_triplet = @host@ subdir = tests DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 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)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |