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 /tools/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 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 69cf64c..8c30598 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -38,10 +38,7 @@ libexec_PROGRAMS = indicator-loader$(EXEEXT) subdir = tools DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 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) mkinstalldirs = $(install_sh) -d |