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 /tests | |
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 'tests')
-rw-r--r-- | tests/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 4b2a58a..516a9a6 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -46,7 +46,10 @@ check_PROGRAMS = test-loader$(EXEEXT) test-desktop-shortcuts$(EXEEXT) \ subdir = tests DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 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) mkinstalldirs = $(install_sh) -d |