aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake3
-rw-r--r--packaging/nsis/wireshark.nsi6
2 files changed, 6 insertions, 3 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 0b158f28f7..be74fae3ea 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -202,6 +202,9 @@ NSIS_FLAGS=\
!IF "$(KFW_DIR)" != ""
/DKFW_DIR=$(KFW_DIR) \
/DKFW_PATH=$(KFW_PATH) \
+ /DCOMERR_DLL=$(COMERR_DLL) \
+ /DKRB5_DLL=$(KRB5_DLL) \
+ /DK5SPRT_DLL=$(K5SPRT_DLL) \
!ENDIF
!IF "$(GNUTLS_DIR)" != ""
/DGPGERROR_DLL=$(GPGERROR_DLL) \
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 724c425206..d8d96884aa 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -344,9 +344,9 @@ File "${STAGING_DIR}\libcares-2.dll"
File "${STAGING_DIR}\adns_dll.dll"
!endif
!ifdef KFW_DIR
-File "${STAGING_DIR}\comerr32.dll"
-File "${STAGING_DIR}\krb5_32.dll"
-File "${STAGING_DIR}\k5sprt32.dll"
+File "${STAGING_DIR}\${COMERR_DLL}"
+File "${STAGING_DIR}\${KRB5_DLL}"
+File "${STAGING_DIR}\${K5SPRT_DLL}"
!endif
!ifdef GNUTLS_DIR
File "${STAGING_DIR}\libffi-6.dll"