diff options
author | Ted Gould <ted@gould.cx> | 2010-07-15 10:02:16 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-15 10:02:16 -0500 |
commit | ae07d5739c05720238fdc42a79036ce14d458cd3 (patch) | |
tree | b42eeb972b29cac0c47e29fdbdb937337559d624 /tools/Makefile.in | |
parent | 6c7db767475c20001d45dad1f0c670ef869c7af4 (diff) | |
parent | 081637af461f33c8ec1cd163f6fbc7a6c3efb63a (diff) | |
download | libayatana-indicator-ae07d5739c05720238fdc42a79036ce14d458cd3.tar.gz libayatana-indicator-ae07d5739c05720238fdc42a79036ce14d458cd3.tar.bz2 libayatana-indicator-ae07d5739c05720238fdc42a79036ce14d458cd3.zip |
* New upstream release.
* Fixing unwatching crash (LP: #603489)
* Adding configurable timeout for slow test systems
* Merged in fix for (LP: #603489)
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 |