summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDebarshi Ray <rishi@gnu.org>2007-02-19 10:58:46 +0530
committerদেবর্ষি রায় <rishi@Sunflower.(none)>2007-02-19 10:58:46 +0530
commit7855179120162cd4de8bd7dc04e21809b8f1d413 (patch)
treeecdd7175312949f4ceb86bf7f3288fdf3e29ff73 /Makefile.am
parent9d4a4289659625ef143e8c74a26654a7c4da2906 (diff)
downloadparted-7855179120162cd4de8bd7dc04e21809b8f1d413.tar.gz
Introduced MAINTAINERCLEANFILES in Makefile.am for carrying out 'make maintainer-clean'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8fca2eb..1ab5f13 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,3 +57,20 @@ check-abi: baseline_symbols current_symbols.txt
@test `wc -l < libparted.abi-diff` -gt 0 \
&& (echo "ABI has changed. Please, update you ABI package version."; exit 1) \
|| exit 0
+
+MAINTAINERCLEANFILES = ABOUT-NLS \
+ ChangeLog \
+ INSTALL \
+ Makefile.in \
+ aclocal.m4 \
+ compile \
+ config.guess \
+ config.h.in \
+ config.rpath \
+ config.sub \
+ configure \
+ depcomp \
+ install-sh \
+ ltmain.sh \
+ missing \
+ mkinstalldirs \ No newline at end of file