diff options
author | Ted Gould <ted@gould.cx> | 2010-03-04 12:00:45 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-04 12:00:45 -0600 |
commit | bc3b36727c37a6a615bd4cde22965e89edf2e74f (patch) | |
tree | 76f68e5d249e0e8e655d367aeaa25fd69e56d409 /Makefile.in | |
parent | 8f5b8f3d0af565f140e145d895cf45243a4a322b (diff) | |
parent | 2d5168232b0b74b6089a2efba51904631ee1bf2c (diff) | |
download | ayatana-indicator-datetime-bc3b36727c37a6a615bd4cde22965e89edf2e74f.tar.gz ayatana-indicator-datetime-bc3b36727c37a6a615bd4cde22965e89edf2e74f.tar.bz2 ayatana-indicator-datetime-bc3b36727c37a6a615bd4cde22965e89edf2e74f.zip |
Import upstream version 0.0.2
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 5e4ef8b..b017e68 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,10 +40,7 @@ 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)/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) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |