aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-11-11 00:10:05 +0000
committerGerald Combs <gerald@wireshark.org>2011-11-11 00:10:05 +0000
commit968f782d235af23443d2df4522e40a93390b6276 (patch)
treed12ee796a734e9ab259ff2c875b7ff5627a46fd9 /Makefile.nmake
parentc657812a91d4ff01798c1184a2011a5c9835a6dc (diff)
Link TShark with gthread.
svn path=/trunk/; revision=39791
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index fa08c658ae..4409d5f3c7 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -95,6 +95,7 @@ wireshark_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
tshark_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
wsock32.lib user32.lib \
$(GLIB_LIBS) \
+ $(GTHREAD_LIBS) \
wsutil\libwsutil.lib \
$(GNUTLS_LIBS) \
$(PYTHON_LIBS) \