summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-04-23 11:54:20 -0400
committerMichael Mann <mmann78@netscape.net>2016-04-25 12:11:39 +0000
commitdacdb0bde8069d7141e15505442176f28e23e49f (patch)
tree79a55982b21164ee52e557064e9eebd9b3a9f53d /epan
parent15074e2bf5bbed30713bb9e3a4a22acc3d93bf3e (diff)
downloadwireshark-dacdb0bde8069d7141e15505442176f28e23e49f.tar.gz
Fix nmake build after statically linking version code
Change-Id: I86a01bdd778f2242aa534a687275a85a2f329c02 Reviewed-on: https://code.wireshark.org/review/15071 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 7ff028a60c..07a886bcac 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -107,7 +107,7 @@ libwireshark.dll: ..\config.h $(LIBWIRESHARK_OBJECTS) compress crypt ftypes dfil
/OUT:libwireshark.dll \
/IMPLIB:libwireshark.lib $(LIBWIRESHARK_OBJECTS) \
$(libwireshark_LIBS) ..\image\libwireshark.res \
- dissectors\register.obj \
+ ..\wsutil\ws_version_info.obj dissectors\register.obj \
$(EXTRA_OBJECTS)
libwireshark.lib : ..\config.h $(LIBWIRESHARK_OBJECTS) compress crypt ftypes dfilter wmem $(WSLUA_DIR) nghttp2 dissectors $(DOXYGEN_DEP) $(EXTRA_OBJECTS) \