update for HEAD-2003091401
[reactos.git] / drivers / fs / ntfs / makefile
index 2170104..325d404 100644 (file)
@@ -9,7 +9,7 @@ TARGET_TYPE = driver
 TARGET_NAME = ntfs
 
 TARGET_OBJECTS = $(TARGET_NAME).o attrib.o blockdev.o create.o dirctl.o \
-                 fcb.o finfo.o fsctl.o mft.o volinfo.o
+                 fcb.o finfo.o fsctl.o mft.o volinfo.o close.o rw.o
 
 include $(PATH_TO_TOP)/rules.mak