Windows: Optionally include Kerberos shim library into installer
This commit is contained in:
@@ -112,6 +112,11 @@ THIRDPARTYOBJS=$(INSTDIR)\apicache.wixobj $(INSTDIR)\lsacache.wixobj
|
|||||||
THIRDPARTYOPT=-dApiCache=1 -dLsaCache=1
|
THIRDPARTYOPT=-dApiCache=1 -dLsaCache=1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!ifdef MKSHIMDIR
|
||||||
|
THIRDPARTYOBJS=$(THIRDPARTYOBJS) $(MKSHIMDIR)\out\dest_$(OUTDIR)\install\MKShim.wixlib
|
||||||
|
THIRDPARTYOPT=$(THIRDPARTYOPTS) -dMKShim=1
|
||||||
|
!endif
|
||||||
|
|
||||||
INSTALLER=$(INSTDIR)\Heimdal-$(CPU)$(DEBUGOPT)-$(VERSIOND).msi
|
INSTALLER=$(INSTDIR)\Heimdal-$(CPU)$(DEBUGOPT)-$(VERSIOND).msi
|
||||||
|
|
||||||
$(INSTALLER): $(OBJ)\heimdal-installer.wixobj $(MERGEMOD) $(THIRDPARTYOBJS) \
|
$(INSTALLER): $(OBJ)\heimdal-installer.wixobj $(MERGEMOD) $(THIRDPARTYOBJS) \
|
||||||
|
@@ -311,6 +311,10 @@
|
|||||||
<ComponentGroupRef Id='comp.Heimdal.Thirdparty' />
|
<ComponentGroupRef Id='comp.Heimdal.Thirdparty' />
|
||||||
<?endif?>
|
<?endif?>
|
||||||
|
|
||||||
|
<?ifdef MKShim ?>
|
||||||
|
<ComponentGroupRef Id='comp.Heimdal.MKShim' />
|
||||||
|
<?endif?>
|
||||||
|
|
||||||
</Feature>
|
</Feature>
|
||||||
|
|
||||||
<!-- Properties for Add/Remove Programs -->
|
<!-- Properties for Add/Remove Programs -->
|
||||||
|
Reference in New Issue
Block a user