diff options
author | Ted Gould <ted@gould.cx> | 2010-03-04 12:05:07 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-04 12:05:07 -0600 |
commit | 650a34e3aef656b0a5d2d76b5d26c2a027798438 (patch) | |
tree | 40a2d9ffd3ab428c0681908e20178a4c8b7cb233 /Makefile.in | |
parent | 37e61f8d34157c2e9272cd7103a99c4973a2843b (diff) | |
download | ayatana-indicator-datetime-650a34e3aef656b0a5d2d76b5d26c2a027798438.tar.gz ayatana-indicator-datetime-650a34e3aef656b0a5d2d76b5d26c2a027798438.tar.bz2 ayatana-indicator-datetime-650a34e3aef656b0a5d2d76b5d26c2a027798438.zip |
releasing version 0.0.2-0ubuntu1~ppa1
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 b017e68..5e4ef8b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,7 +40,10 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ compile config.guess config.sub depcomp install-sh ltmain.sh \ missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |