From 0fa2edf620d70f121ec4a10bd1425677e8fdd0d9 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 16 May 2011 23:24:24 -0400 Subject: [PATCH] install kcm.h on windows Windows does not yet support the kcm. However, the header is now required for building lib/gssapi/ntlm so install it. Change-Id: I9949794d1159797e11c3e6fdd5675ae857cf04a1 --- lib/krb5/NTMakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/krb5/NTMakefile b/lib/krb5/NTMakefile index e22d0f67b..733121c80 100644 --- a/lib/krb5/NTMakefile +++ b/lib/krb5/NTMakefile @@ -160,6 +160,7 @@ libkrb5_gen_OBJS= \ INCFILES= \ $(INCDIR)\heim_err.h \ $(INCDIR)\k524_err.h \ + $(INCDIR)\kcm.h \ $(INCDIR)\krb_err.h \ $(INCDIR)\krb5.h \ $(INCDIR)\krb5_ccapi.h \