From a87789f75f1a7563982953e088927135bb5d6e85 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Tue, 30 Nov 2010 17:46:10 +0000 Subject: Install gssapi_ext.h on Windows. Include gssapi_ext.h in the header files considered by def-check.pl in verify-calling-conventions-gssapi. ticket: 6826 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24537 dc483132-0cff-0310-8789-dd5450dbe970 --- src/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.in') diff --git a/src/Makefile.in b/src/Makefile.in index deb5410149..4ff1299be4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -570,6 +570,7 @@ install-windows:: copy include\com_err.h "$(KRB_INSTALL_DIR)\include\." copy include\gssapi\gssapi.h "$(KRB_INSTALL_DIR)\include\gssapi\." copy include\gssapi\gssapi_krb5.h "$(KRB_INSTALL_DIR)\include\gssapi\." + copy include\gssapi\gssapi_ext.h "$(KRB_INSTALL_DIR)\include\gssapi\." copy lib\$(OUTPRE)*.lib "$(KRB_INSTALL_DIR)\lib\." copy lib\$(OUTPRE)*.dll "$(KRB_INSTALL_DIR)\bin\." copy windows\cns\$(OUTPRE)krb5.exe "$(KRB_INSTALL_DIR)\bin\." -- cgit