aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-03-30 09:36:28 -0400
committerKen VanDine <ken.vandine@canonical.com>2012-03-30 09:36:28 -0400
commit63d1c953172695e12b41705f7c6f1746fef9d694 (patch)
tree93e3d86a2f6de68d7b3c8fe9c1a7a6a7bd5dd95e /Makefile.am
parent9a23466740bf7a47bf0998e830c69a245bf3b646 (diff)
parent28d27ed11c41ca6859c533e6a084c631225c9912 (diff)
downloadlibayatana-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 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 182cb2d..d8ec187 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ dist-hook:
echo Creating ChangeLog && \
( cd "$(top_srcdir)" && \
echo '# Generated by Makefile. Do not edit.'; echo; \
- $(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
+ $(ac_aux_dir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
|| (rm -f ChangeLog.tmp; \
echo Failed to generate ChangeLog >&2 ); \
@@ -36,7 +36,7 @@ dist-hook:
echo Creating AUTHORS && \
( cd "$(top_srcdir)" && \
echo '# Generated by Makefile. Do not edit.'; echo; \
- $(top_srcdir)/missing --run bzr log --long --levels=0 | grep -e "^\s*author:" -e "^\s*committer:" | cut -d ":" -f 2 | cut -d "<" -f 1 | sort -u) > AUTHORS.tmp \
+ $(ac_aux_dir)/missing --run bzr log --long --levels=0 | grep -e "^\s*author:" -e "^\s*committer:" | cut -d ":" -f 2 | cut -d "<" -f 1 | sort -u) > AUTHORS.tmp \
&& mv -f AUTHORS.tmp $(top_distdir)/AUTHORS \
|| (rm -f AUTHORS.tmp; \
echo Failed to generate AUTHORS >&2 ); \