diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-03-13 15:38:47 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-03-13 15:38:47 -0500 |
commit | fed02bf9683b491b5db0196495377671594de98b (patch) | |
tree | 2c0c0f68b4bf82d150bd4cd4c9e977ec5e4b9d4b /tests | |
parent | d518799d9aa5a6fc509398d25849831f9109d8d9 (diff) | |
parent | 8e26e844c5f42d55257b6f8e52634314d134b4d8 (diff) | |
download | ayatana-indicator-application-fed02bf9683b491b5db0196495377671594de98b.tar.gz ayatana-indicator-application-fed02bf9683b491b5db0196495377671594de98b.tar.bz2 ayatana-indicator-application-fed02bf9683b491b5db0196495377671594de98b.zip |
Import upstream version 0.4.93
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 3c02ee9..71a497e 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -37,8 +37,11 @@ check_PROGRAMS = test-approver$(EXEEXT) subdir = tests DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/m4/gcov.m4 $(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)/acinclude.m4 $(top_srcdir)/m4/gcov.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d |