Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv18456/include
Modified Files:
Makefile.am Makefile.in
Log Message:
Cleanup ntfslabel, write a man page for it, integrate it all in the distribution properly, silence output from ntfs_mount() (conditional on running configure with --enable-debug), update all docs accordingly. Add Rich and Matt to AUTHORS.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -U2 -r1.7 -r1.8
--- Makefile.am 24 Jul 2001 17:41:01 -0000 1.7
+++ Makefile.am 12 Apr 2002 15:23:47 -0000 1.8
@@ -23,5 +23,6 @@
layout.h \
types.h \
- list.h
+ list.h \
+ debug.h
# Don't need these distributed.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/Makefile.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -U2 -r1.11 -r1.12
--- Makefile.in 26 Jan 2002 04:32:35 -0000 1.11
+++ Makefile.in 12 Apr 2002 15:23:47 -0000 1.12
@@ -108,5 +108,6 @@
layout.h \
types.h \
- list.h
+ list.h \
+ debug.h
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|