From a952d4e696e75724806bc4450e824865a0518a9e Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Thu, 7 Apr 2016 18:11:57 -0400 Subject: Fix nmake build Change-Id: Ieadfe3f4a23b721e32709a45660756d264bc4ec2 Reviewed-on: https://code.wireshark.org/review/14856 Reviewed-by: Michael Mann --- wsutil/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsutil') 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 -- cgit v1.2.3