Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv12814/include
Modified Files:
Makefile.am Makefile.in
Log Message:
And the headerfile too
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -U2 -r1.11 -r1.12
--- Makefile.am 22 Apr 2002 10:34:31 -0000 1.11
+++ Makefile.am 6 Jun 2002 15:45:06 -0000 1.12
@@ -13,4 +13,5 @@
bootsect.h \
debug.h \
+ dir.h \
disk_io.h \
endians.h \
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/Makefile.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -U2 -r1.18 -r1.19
--- Makefile.in 25 Apr 2002 07:50:34 -0000 1.18
+++ Makefile.in 6 Jun 2002 15:45:06 -0000 1.19
@@ -98,4 +98,5 @@
bootsect.h \
debug.h \
+ dir.h \
disk_io.h \
endians.h \
|