Windows: Include heimntlm.dll with Heimdal.Kerberos assembly

This commit is contained in:
Asanka C. Herath
2010-09-27 16:04:06 -04:00
parent 034cb905e9
commit 9773697521
3 changed files with 6 additions and 1 deletions

View File

@@ -6,4 +6,5 @@
publicKeyToken="@pkt@" />
<file name="heimdal.dll" />
<file name="com_err.dll" />
<file name="heimntlm.dll" />
</assembly>

View File

@@ -53,7 +53,10 @@ ASMKRBDIR=$(ASMDIR)\Heimdal.Kerberos
ASMKRBVER=$(VER_PRODUCT_MAJOR).$(VER_PRODUCT_MINOR).$(VER_PRODUCT_AUX).$(VER_PRODUCT_PATCH)
ASMKRBMAN=$(ASMKRBNAME).manifest
ASMKRBBINS=$(ASMKRBDIR)\heimdal.dll $(ASMKRBDIR)\com_err.dll $(ASMKRBDIR)\heimdal.pdb $(ASMKRBDIR)\com_err.pdb
ASMKRBBINS=\
$(ASMKRBDIR)\heimdal.dll \
$(ASMKRBDIR)\com_err.dll \
$(ASMKRBDIR)\heimntlm.dll \
$(ASMKRBDIR)\$(ASMKRBMAN).nohash: Heimdal.Kerberos.manifest.in
$(SED) -e "s,[@]name[@],$(ASMKRBNAME),g" \

View File

@@ -32,6 +32,7 @@
<File Name="heimdal.dll" KeyPath="yes" Assembly="win32"
AssemblyManifest="id.Heimdal.Kerberos.manifest" />
<File Name="com_err.dll" />
<File Name="heimntlm.dll" />
<File Name="heimdal.pdb" />
<File Name="com_err.pdb" />
<File Name="Heimdal.Kerberos.cat" />