diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-24 13:55:01 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-06-24 13:55:01 -0400 |
commit | 288985d7c0a4dcdde22335a31d9eae7f7d5ec215 (patch) | |
tree | c270c8b758cfba94ad2e236a5cbf9685ee87a95b /tests | |
parent | 619a7c5da5817b5da3bfd8af5c3af9de450b6d48 (diff) | |
download | ayatana-indicator-sound-288985d7c0a4dcdde22335a31d9eae7f7d5ec215.tar.gz ayatana-indicator-sound-288985d7c0a4dcdde22335a31d9eae7f7d5ec215.tar.bz2 ayatana-indicator-sound-288985d7c0a4dcdde22335a31d9eae7f7d5ec215.zip |
Import upstream version 0.3.2
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 78c6a86..71ba54c 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -45,7 +45,10 @@ TESTS = test-indicator-sound$(EXEEXT) test-pulse-manager$(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/intltool.m4 \ + $(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 = $(SHELL) $(top_srcdir)/mkinstalldirs |