aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-05-20 23:41:10 +0000
committerBill Meier <wmeier@newsguy.com>2008-05-20 23:41:10 +0000
commit34b16e6223e60f0bb9ea188166ae32106787d41b (patch)
tree8a1efffcbe98705d10cf6b8fa1f097347c49a2fe /epan/Makefile.nmake
parent3803a5ed0d1b0b8e8cb2d23a7768573c6c82f044 (diff)
Use the correct name for libwsutil
svn path=/trunk/; revision=25333
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 3013e8d2da..b746abe7a0 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -36,7 +36,7 @@ libwireshark_LIBS = \
$(GNUTLS_LIBS) \
$(LUA_LIBS) \
$(SMI_LIBS) \
- ..\wsutil\wsutil.lib \
+ ..\wsutil\libwsutil.lib \
..\wiretap\wiretap-$(WTAP_VERSION).lib \
!IFDEF ICONV_DIR
$(ICONV_DIR)\lib\iconv.lib \