diff options
| author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2006-06-28 21:41:43 +0000 |
|---|---|---|
| committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2006-06-28 21:41:43 +0000 |
| commit | c3d776897051ec477b40812679c9e751f7cc25c4 (patch) | |
| tree | 1f70962cbc3d1112327e70eaaae259d4b60fac99 /src | |
| parent | e24eee09ff8de9bcdc7ba8d93519651d1ba3fa62 (diff) | |
| download | krb5-c3d776897051ec477b40812679c9e751f7cc25c4.tar.gz krb5-c3d776897051ec477b40812679c9e751f7cc25c4.tar.xz krb5-c3d776897051ec477b40812679c9e751f7cc25c4.zip | |
Windows: fix krb5.h generation
Generate krb5.h into the new location and install it
ticket: new
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18247 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 129ba4b58..0488b28ea 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -408,7 +408,7 @@ ETOUT = \ $(GK)gssapi_err_krb5.h $(GK)gssapi_err_krb5.c \ lib/krb4/krb_err_txt.c -HOUT = $(INC)krb5.h $(GG)gssapi.h $(PR)profile.h +HOUT = $(INC)krb5\krb5.h $(GG)gssapi.h $(PR)profile.h CLEANUP= Makefile $(ETOUT) $(HOUT) \ include/profile.h include/osconf.h \ @@ -546,10 +546,12 @@ install-windows:: @if not exist "$(KRB_INSTALL_DIR)\$(NULL)" @echo The directory $(KRB_INSTALL_DIR) does not exist. Please create it. @if not exist "$(KRB_INSTALL_DIR)\$(NULL)" @dir /b $(KRB_INSTALL_DIR)\nul @if not exist "$(KRB_INSTALL_DIR)\include\$(NULL)" @mkdir "$(KRB_INSTALL_DIR)\include" + @if not exist "$(KRB_INSTALL_DIR)\include\krb5\$(NULL)" @mkdir "$(KRB_INSTALL_DIR)\include\krb5" @if not exist "$(KRB_INSTALL_DIR)\include\gssapi\$(NULL)" @mkdir "$(KRB_INSTALL_DIR)\include\gssapi" @if not exist "$(KRB_INSTALL_DIR)\lib\$(NULL)" @mkdir "$(KRB_INSTALL_DIR)\lib" @if not exist "$(KRB_INSTALL_DIR)\bin\$(NULL)" @mkdir "$(KRB_INSTALL_DIR)\bin" $(CP) include\krb5.h "$(KRB_INSTALL_DIR)\include\." + $(CP) include\krb5\krb5.h "$(KRB_INSTALL_DIR)\include\krb5\." $(CP) include\win-mac.h "$(KRB_INSTALL_DIR)\include\." $(CP) include\profile.h "$(KRB_INSTALL_DIR)\include\." $(CP) include\com_err.h "$(KRB_INSTALL_DIR)\include\." |
