aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-03-13 15:54:18 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-03-13 15:54:18 -0500
commitc102fa59f4f45f60f660e37e16ba6e88a01b35cd (patch)
treec2fdaf9a909fd1f3c50f250bcd3dc77d8eade8ad /tests/Makefile.in
parent2c9a58b193daa011a2c72e01626711b7444e45e1 (diff)
parentfed02bf9683b491b5db0196495377671594de98b (diff)
downloadayatana-indicator-application-c102fa59f4f45f60f660e37e16ba6e88a01b35cd.tar.gz
ayatana-indicator-application-c102fa59f4f45f60f660e37e16ba6e88a01b35cd.tar.bz2
ayatana-indicator-application-c102fa59f4f45f60f660e37e16ba6e88a01b35cd.zip
* New upstream release.
* Fix a dbus memory leak. (LP: #953585) * Fix potential integer overflow (LP: #944234)
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in7
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