diff options
author | Ted Gould <ted@gould.cx> | 2010-03-04 12:01:39 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-04 12:01:39 -0600 |
commit | 37e61f8d34157c2e9272cd7103a99c4973a2843b (patch) | |
tree | fbd8da5e870f1265b23eeb5e2c2856b6ec1f5572 /data | |
parent | 903f9acd29e4df77a917ba34cbffa23f120d50c7 (diff) | |
parent | bc3b36727c37a6a615bd4cde22965e89edf2e74f (diff) | |
download | ayatana-indicator-datetime-37e61f8d34157c2e9272cd7103a99c4973a2843b.tar.gz ayatana-indicator-datetime-37e61f8d34157c2e9272cd7103a99c4973a2843b.tar.bz2 ayatana-indicator-datetime-37e61f8d34157c2e9272cd7103a99c4973a2843b.zip |
* New upstream release.
* Making label guess and reasonable width starting out.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/data/Makefile.in b/data/Makefile.in index 5c06fd9..e8c8de1 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -36,10 +36,7 @@ host_triplet = @host@ subdir = data 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 |