aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-04-07 18:11:57 -0400
committerMichael Mann <mmann78@netscape.net>2016-04-07 23:06:00 +0000
commita952d4e696e75724806bc4450e824865a0518a9e (patch)
tree52d8df04a62baf147aec11fca0c7f19bbcae4c1b /wsutil
parent90e1232672446e79e75e5c6877310a49f23ae228 (diff)
Fix nmake build
Change-Id: Ieadfe3f4a23b721e32709a45660756d264bc4ec2 Reviewed-on: https://code.wireshark.org/review/14856 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index 1a03b766d5..015aab89a0 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -24,13 +24,13 @@ libwsutil_LIBS = $(GLIB_LIBS) \
$(GNUTLS_LIBS)
OBJECTS = file_util.obj \
+ getopt_long.obj \
inet_aton.obj \
inet_ntop.obj \
inet_pton.obj \
$(LIBWSUTIL_SRC:.c=.obj) \
popcount.obj \
strptime.obj \
- wsgetopt.obj \
ws_mempbrk_sse42.obj
# For use when making libwsutil.dll