update for HEAD-2003091401
[reactos.git] / lib / fslib / vfatlib / Makefile
index 8234010..5440603 100755 (executable)
@@ -6,7 +6,13 @@ TARGET_TYPE = library
 
 TARGET_NAME = vfatlib
 
+# require os code to explicitly request A/W version of structs/functions
+TARGET_CFLAGS += -D_DISABLE_TIDENTS -Wall -Werror
+
 TARGET_OBJECTS = \
+ fat12.o \
+ fat16.o \
+ fat32.o \
  vfatlib.o
  
 include $(PATH_TO_TOP)/rules.mak