aboutsummaryrefslogtreecommitdiffstats
path: root/filetap
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 /filetap
parentc5a50df51f38e10e3a3618d9394364f60a1ca8af (diff)
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 'filetap')
-rw-r--r--filetap/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/filetap/Makefile.nmake b/filetap/Makefile.nmake
index 825db5d26a..58e66d81fe 100644
--- a/filetap/Makefile.nmake
+++ b/filetap/Makefile.nmake
@@ -23,7 +23,7 @@ OBJECTS=$(NONGENERATED_C_FILES:.c=.obj)
filetap_LIBS = \
$(GLIB_LIBS) \
- ..\wsutil\libwsutil.lib \
+ ..\wsutil\wsutil.lib \
$(ZLIB_LIBS)
all: filetap-$(FTAP_VERSION).dll