summaryrefslogtreecommitdiff
path: root/wiretap/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-09 16:29:04 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-09 23:29:43 +0000
commit28719a4e4e01b478889dab9611fed517e506360e (patch)
treea5c8f6c3b92655de2613203e258a0cf097da9089 /wiretap/Makefile.nmake
parentc5a50df51f38e10e3a3618d9394364f60a1ca8af (diff)
downloadwireshark-28719a4e4e01b478889dab9611fed517e506360e.tar.gz
More needed to get rid of "lib" in "libwsutil" on Windows.
Change-Id: Iffc12ce67a8245e96eac3cf253641a15385001a9 Reviewed-on: https://code.wireshark.org/review/2969 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/Makefile.nmake')
-rw-r--r--wiretap/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index 56b50adb55..65a5cd69b4 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -23,7 +23,7 @@ OBJECTS=$(NONGENERATED_C_FILES:.c=.obj) $(GENERATED_C_FILES:.c=.obj)
wiretap_LIBS = \
$(GLIB_LIBS) \
- ..\wsutil\libwsutil.lib \
+ ..\wsutil\wsutil.lib \
$(ZLIB_LIBS)
all: wiretap-$(WTAP_VERSION).dll