diff options
author | Ted Gould <ted@gould.cx> | 2010-07-08 15:15:46 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-08 15:15:46 -0500 |
commit | 3b191f923fd4e31594898027b94cf6cc8a91cba9 (patch) | |
tree | eed77f8a84fee0186192b41d944b983a43f6b70c /Makefile.in | |
parent | 105fa9906a1971d1c2731b9d8c86b370ca1ac834 (diff) | |
parent | bc5e925ed181f2b64229afcac41bb4ba4f9aa4d1 (diff) | |
download | libayatana-indicator-3b191f923fd4e31594898027b94cf6cc8a91cba9.tar.gz libayatana-indicator-3b191f923fd4e31594898027b94cf6cc8a91cba9.tar.bz2 libayatana-indicator-3b191f923fd4e31594898027b94cf6cc8a91cba9.zip |
Import upstream version 0.3.9
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 \ |