aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-02 06:50:51 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-02 06:50:51 +0000
commit0e927994bb23bbe578391634ef3e064468246a4d (patch)
treedc929de49891951ce77730f65e823e3dd2c9cd2a /Makefile.nmake
parent2d72f9baa7c62c39aa5e9c1d3ecf7dc09d544316 (diff)
Update the protocol name as per commit rev 40801.
svn path=/trunk/; revision=40802
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index d801b9c4d8..eee573b61a 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -846,9 +846,9 @@ process_libs:
!IFDEF ZLIB_DIR
@$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIB_DIR)" \
!if "$(WIRESHARK_TARGET_PLATFORM)" == "win32"
- zlib125 zlib-1.2.5.zip
+ zlib126 zlib126ws.zip
!else
- zlib125 zlib125ws.zip
+ zlib126 zlib126ws.zip
!endif
!ENDIF
!IFDEF LUA_DIR