Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25500/ntfsprogs
Modified Files:
Makefile.am
Log Message:
Add all Makefile.in to maintainer-clean target.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/Makefile.am,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- Makefile.am 28 Jul 2005 16:24:27 -0000 1.40
+++ Makefile.am 29 Jul 2005 15:51:49 -0000 1.41
@@ -25,6 +25,8 @@ EXTRA_MANS =
CLEANFILES = $(EXTRA_PROGRAMS)
+MAINTAINERCLEANFILES = Makefile.in
+
linux_ntfsincludedir = -I$(top_srcdir)/include/ntfs
if ENABLE_FUSE_MODULE
|