tabular_output: enable compilation on Windows
[openafs.git] / src / util / NTMakefile
index 8a908c6..1b4c4e5 100644 (file)
@@ -25,7 +25,8 @@ INCFILES =\
        $(INCFILEDIR)\ktime.h \
        $(INCFILEDIR)\fileutil.h \
        $(INCFILEDIR)\afsutil_prototypes.h \
-       $(INCFILEDIR)\secutil_nt.h
+       $(INCFILEDIR)\secutil_nt.h \
+       $(INCFILEDIR)\tabular_output.h
 
 $(DESTDIR)\include\dirent.h: dirent_nt.h
        $(COPY) $** $@
@@ -52,7 +53,8 @@ LIBOBJS = \
        $(OUT)\errmap_nt.obj \
        $(OUT)\dirpath.obj \
        $(OUT)\fileutil.obj \
-       $(OUT)\secutil_nt.obj
+       $(OUT)\secutil_nt.obj \
+       $(OUT)\tabular_output.obj
 
 MT_LIBOBJS = \
        $(OUT)\base32.obj \
@@ -69,7 +71,8 @@ MT_LIBOBJS = \
        $(OUT)\errmap_nt.obj \
        $(OUT)\dirpath_mt.obj \
        $(OUT)\fileutil.obj \
-       $(OUT)\secutil_nt.obj
+       $(OUT)\secutil_nt.obj \
+       $(OUT)\tabular_output.obj
 
 $(LIBOBJS): $$(@B).c
     $(C2OBJ) $**