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:
@@ -115,7 +115,7 @@ LIBKDCRES=$(OBJ)\libkdc-version.res
|
||||
|
||||
$(LIBEXECDIR)\libkdc.dll: $(LIBKDC_OBJS) $(LIBKDC_LIBS) $(LIBKDCRES)
|
||||
$(DLLGUILINK) -implib:$(LIBKDC) -def:libkdc-exports.def
|
||||
$(DLLPREP)
|
||||
$(DLLPREP_NODIST)
|
||||
|
||||
$(LIBKDC): $(LIBEXECDIR)\libkdc.dll
|
||||
|
||||
|
@@ -129,7 +129,7 @@ $(LIBHDB): $(BINDIR)\libhdb.dll
|
||||
|
||||
$(BINDIR)\libhdb.dll: $(libhdb_OBJs) $(ldap_lib) $(LIBHEIMBASE) $(LIBHEIMDAL) $(LIBSQLITE) $(LIBCOMERR) $(LIBROKEN) $(RES)
|
||||
$(DLLGUILINK) -def:libhdb-exports.def -implib:$(LIBHDB)
|
||||
$(DLLPREP)
|
||||
$(DLLPREP_NODIST)
|
||||
|
||||
clean::
|
||||
-$(RM) $(BINDIR)\libhdb.*
|
||||
|
@@ -218,7 +218,7 @@ $(LIBKADM5SRV): $(BINDIR)\libkadm5srv.dll
|
||||
|
||||
$(BINDIR)\libkadm5srv.dll: $(LIBKADM5SRV_OBJS) $(LIBHEIMDAL) $(LIBROKEN) $(LIBHDB) $(LIBCOMERR) $(LIBSQLITE) $(LIBKADM5SRVRES) $(LIBHEIMBASE)
|
||||
$(DLLGUILINK) -implib:$(LIBKADM5SRV) -def:libkadm5srv-exports.def
|
||||
$(DLLPREP)
|
||||
$(DLLPREP_NODIST)
|
||||
|
||||
all:: $(INCFILES) $(LIBKADM5SRV) $(LIBKADM5CLNT)
|
||||
|
||||
|
@@ -8,8 +8,12 @@
|
||||
<file name="com_err.dll" hashalg="SHA1" />
|
||||
<file name="heimntlm.dll" hashalg="SHA1" />
|
||||
<file name="gssapi.dll" hashalg="SHA1" />
|
||||
<file name="libhdb.dll" hashalg="SHA1" />
|
||||
<file name="libkadm5srv.dll" hashalg="SHA1" />
|
||||
<file name="heimdal.pdb" hashalg="SHA1" />
|
||||
<file name="com_err.pdb" hashalg="SHA1" />
|
||||
<file name="heimntlm.pdb" hashalg="SHA1" />
|
||||
<file name="gssapi.pdb" hashalg="SHA1" />
|
||||
<file name="libhdb.pdb" hashalg="SHA1" />
|
||||
<file name="libkadm5srv.pdb" hashalg="SHA1" />
|
||||
</assembly>
|
||||
|
@@ -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" \
|
||||
|
Reference in New Issue
Block a user