From 5828b993c3757665348643de16fe36aa90cb98f4 Mon Sep 17 00:00:00 2001 From: Christof Hanke Date: Wed, 9 Oct 2013 08:06:03 +0200 Subject: [PATCH] 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 --- src/util/NTMakefile | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) 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) $** -- 1.7.1