diff options
author | Ted Gould <ted@gould.cx> | 2010-07-08 15:18:26 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-08 15:18:26 -0500 |
commit | 7957aca1b789f6b21531c64ba60b5ca1e3d371af (patch) | |
tree | 4a75270005317356d958af165fc35c0510d237c9 /Makefile.in | |
parent | 2b3087f569dc7f4db6bb94f48cdf902c4d402b6d (diff) | |
parent | 3b191f923fd4e31594898027b94cf6cc8a91cba9 (diff) | |
download | libayatana-indicator-7957aca1b789f6b21531c64ba60b5ca1e3d371af.tar.gz libayatana-indicator-7957aca1b789f6b21531c64ba60b5ca1e3d371af.tar.bz2 libayatana-indicator-7957aca1b789f6b21531c64ba60b5ca1e3d371af.zip |
New upstream release.
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 f374041..901cece 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 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(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 \ |