From: Christof Hanke Date: Wed, 9 Oct 2013 06:06:03 +0000 (+0200) Subject: tabular_output: enable compilation on Windows X-Git-Tag: openafs-stable-1_8_0pre1~967 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=5828b993c3757665348643de16fe36aa90cb98f4;hp=0954c7859939b548afab01d11b7bc6288cdbc3ea tabular_output: enable compilation on Windows Add the required directives to the makefile. Change-Id: I7a6e612b37cbf1f6cb61faf55d7c248f8f85808c Reviewed-on: http://gerrit.openafs.org/10328 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/util/NTMakefile b/src/util/NTMakefile index 8a908c6..1b4c4e5 100644 --- a/src/util/NTMakefile +++ b/src/util/NTMakefile @@ -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) $**