diff options
author | Ted Gould <ted@gould.cx> | 2012-03-21 16:50:53 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-21 16:50:53 -0500 |
commit | 63e76db59850f64c5ef1f5e766258e4c7583e9bd (patch) | |
tree | 0126c7afc69d73f16c8727573bbd9d7a038454d2 /tests | |
parent | fed02bf9683b491b5db0196495377671594de98b (diff) | |
parent | daf30a3ca8f5127e383f37d00c5e630033321357 (diff) | |
download | ayatana-indicator-application-63e76db59850f64c5ef1f5e766258e4c7583e9bd.tar.gz ayatana-indicator-application-63e76db59850f64c5ef1f5e766258e4c7583e9bd.tar.bz2 ayatana-indicator-application-63e76db59850f64c5ef1f5e766258e4c7583e9bd.zip |
Import upstream version 0.4.94
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 71a497e..3c02ee9 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -37,11 +37,8 @@ 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)/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__aclocal_m4_deps = $(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 |