Windows: ktutil.exe requires libkadmsrv and libhdb

Include libkadmsrv.dll and libhdb.dll in the assembly which are
required for ktutil.exe to load.

Change-Id: Ic72d51e72daac71683a7f7000fe084197ee3c94a
This commit is contained in:
Jeffrey Altman
2013-09-08 18:20:24 -04:00
parent 6601c6b044
commit 3c3e2ad5e6
5 changed files with 12 additions and 4 deletions

View File

@@ -60,10 +60,14 @@ ASMKRBBINS=\
$(ASMKRBDIR)\com_err.dll \
$(ASMKRBDIR)\heimntlm.dll \
$(ASMKRBDIR)\gssapi.dll \
$(ASMKRBDIR)\libhdb.dll \
$(ASMKRBDIR)\libkadm5srv.dll \
$(ASMKRBDIR)\heimdal.pdb \
$(ASMKRBDIR)\com_err.pdb \
$(ASMKRBDIR)\heimntlm.pdb \
$(ASMKRBDIR)\gssapi.pdb
$(ASMKRBDIR)\gssapi.pdb \
$(ASMKRBDIR)\libhdb.pdb \
$(ASMKRBDIR)\libkadm5srv.pdb
$(ASMKRBDIR)\$(ASMKRBMAN).nohash: Heimdal.Kerberos.manifest.in
$(SED) -e "s,[@]name[@],$(ASMKRBNAME),g" \