summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorZachary T Welch <zwelch@codesourcery.com>2010-10-28 16:25:51 -0700
committerArun Sharma <aruns@google.com>2010-11-08 09:06:09 -0800
commit651e9bb4fdef2f6f4dbdb4f85bee071ef72bcd25 (patch)
treea9c57941c6459fd5500bcc212333edcd8d1eac3b /src/Makefile.am
parent3ac945b7ee32288bda667067095ad15498a14845 (diff)
downloadlibunwind-651e9bb4fdef2f6f4dbdb4f85bee071ef72bcd25.tar.gz
Add MAINTAINERCLEANFILES to Makefile.am files.
Ensures 'make maintainer-clean' removes files generated by autotools. Signed-off-by: Zachary T Welch <zwelch@codesourcery.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3107b00f..59707777 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -520,6 +520,7 @@ EXTRA_DIST = elfxx.h elfxx.c unwind/unwind-internal.h \
$(libunwind_setjmp_la_SOURCES_ppc32) \
$(libunwind_setjmp_la_SOURCES_ppc64)
+MAINTAINERCLEANFILES = Makefile.in
# The -version-info flag accepts an argument of the form
# `current[:revision[:age]]'. So, passing `-version-info 3:12:1' sets