aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-07-14 23:18:02 +0000
committerGerald Combs <gerald@wireshark.org>2011-07-14 23:18:02 +0000
commita533d70be02c874a49d2fa9efbee86538c5338cf (patch)
tree1ac571fc9727780c83d331ece948e22020d72ebe /Makefile.nmake
parentd25adfda546cc922c58b4c6ec5c6bb01d8c913ed (diff)
On Windows enable threads everywhere instead of just in dumpcap. If
threads are enabled use them to check the recent file list. Fixes bug 3810. svn path=/trunk/; revision=38033
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 262710becb..d9ba2b21e5 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -74,6 +74,7 @@ randpkt_OBJECTS = $(randpkt_SOURCES:.c=.obj)
wireshark_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
wsock32.lib user32.lib shell32.lib comctl32.lib \
+ $(GTHREAD_LIBS) \
$(HHC_LIBS) \
wsutil\libwsutil.lib \
$(GNUTLS_LIBS) \