Add the required directives to the makefile.
Change-Id: I7a6e612b37cbf1f6cb61faf55d7c248f8f85808c
Reviewed-on: http://gerrit.openafs.org/10328
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
$(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) $** $@
$(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 \
$(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) $**