diff options
author | Ted Gould <ted@gould.cx> | 2010-07-15 09:58:36 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-15 09:58:36 -0500 |
commit | 081637af461f33c8ec1cd163f6fbc7a6c3efb63a (patch) | |
tree | 5687f006ea3f1f2c90af685fef287e200b716616 /Makefile.in | |
parent | 3b191f923fd4e31594898027b94cf6cc8a91cba9 (diff) | |
parent | 362a2d76391c48ab73538bc5c2106d00ec481c7f (diff) | |
download | libayatana-indicator-081637af461f33c8ec1cd163f6fbc7a6c3efb63a.tar.gz libayatana-indicator-081637af461f33c8ec1cd163f6fbc7a6c3efb63a.tar.bz2 libayatana-indicator-081637af461f33c8ec1cd163f6fbc7a6c3efb63a.zip |
Import upstream version 0.3.10
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 901cece..f374041 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 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -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__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 \ |