Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv15003/include
Modified Files:
Makefile.am Makefile.in
Log Message:
Makefile updates.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- Makefile.am 2001/03/26 03:42:13 1.3
+++ Makefile.am 2001/04/07 00:53:37 1.4
@@ -12,4 +12,5 @@
volume.h \
unistr.h \
- support.h
+ support.h \
+ ntfsd.h
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- Makefile.in 2001/04/02 02:04:37 1.2
+++ Makefile.in 2001/04/07 00:53:37 1.3
@@ -84,5 +84,5 @@
linux_ntfsincludedir = $(includedir)/ntfs
-linux_ntfsinclude_HEADERS = attrib.h bitmap.h bootsect.h disk_io.h endians.h logfile.h mft.h ntfs_rec.h volume.h unistr.h support.h
+linux_ntfsinclude_HEADERS = attrib.h bitmap.h bootsect.h disk_io.h endians.h logfile.h mft.h ntfs_rec.h volume.h unistr.h support.h ntfsd.h
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|