aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-20 21:51:01 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-20 21:51:01 +0000
commit8225336e73857e889491e9896e80a52c1de3b48c (patch)
tree7d78ccd8aad555faaf4ef91c0acc48b9a04ff2de /epan/Makefile.nmake
parentf91c6a6a0f942d618ca96246a501419f970d1dfd (diff)
Create a new "Wireshark utility" library and move the mpeg-audio stuff from
wiretap to this new libwsutil. This solves http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677 by making libwireshark no longer depend on libwiretap. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25330 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index aaa06b5d0a..3013e8d2da 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -36,6 +36,7 @@ libwireshark_LIBS = \
$(GNUTLS_LIBS) \
$(LUA_LIBS) \
$(SMI_LIBS) \
+ ..\wsutil\wsutil.lib \
..\wiretap\wiretap-$(WTAP_VERSION).lib \
!IFDEF ICONV_DIR
$(ICONV_DIR)\lib\iconv.lib \