diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-03-30 09:36:28 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-03-30 09:36:28 -0400 |
commit | 63d1c953172695e12b41705f7c6f1746fef9d694 (patch) | |
tree | 93e3d86a2f6de68d7b3c8fe9c1a7a6a7bd5dd95e /tests | |
parent | 9a23466740bf7a47bf0998e830c69a245bf3b646 (diff) | |
parent | 28d27ed11c41ca6859c533e6a084c631225c9912 (diff) | |
download | libayatana-indicator-63d1c953172695e12b41705f7c6f1746fef9d694.tar.gz libayatana-indicator-63d1c953172695e12b41705f7c6f1746fef9d694.tar.bz2 libayatana-indicator-63d1c953172695e12b41705f7c6f1746fef9d694.zip |
* New upstream release.
* Fix a leaked GError (LP: #965459)
* Fix memory leak when the proxy's name changes.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index afaed15..2ffbf4e 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -422,6 +422,7 @@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_aux_dir = @ac_aux_dir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |