Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv25416
Modified Files:
Makefile.am Makefile.in
Log Message:
fix make dist
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -U2 -r1.11 -r1.12
--- Makefile.am 5 Jun 2002 20:32:52 -0000 1.11
+++ Makefile.am 11 Jul 2002 16:45:07 -0000 1.12
@@ -9,7 +9,7 @@
SUBDIRS = doc include libntfs ntfstools
-EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.ntfsfix ChangeLog \
- INSTALL NEWS README autogen.sh linux-ntfs.spec.in TODO.mkntfs \
- TODO.ntfslabel TODO.ntfsinfo TODO.libntfs
+EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.libntfs ChangeLog \
+ INSTALL NEWS README autogen.sh linux-ntfs.spec.in \
+ TODO.ntfstools
AUTOMAKE_OPTIONS = gnu
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/Makefile.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -U2 -r1.18 -r1.19
--- Makefile.in 5 Jun 2002 20:32:52 -0000 1.18
+++ Makefile.in 11 Jul 2002 16:45:07 -0000 1.19
@@ -94,7 +94,7 @@
SUBDIRS = doc include libntfs ntfstools
-EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.ntfsfix ChangeLog \
- INSTALL NEWS README autogen.sh linux-ntfs.spec.in TODO.mkntfs \
- TODO.ntfslabel TODO.ntfsinfo TODO.libntfs
+EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.libntfs ChangeLog \
+ INSTALL NEWS README autogen.sh linux-ntfs.spec.in \
+ TODO.ntfstools
|