aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-12-18 22:56:06 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-12-18 22:56:06 +0000
commit0461a705c0a6e4fb35b8dac32abd81ac98c32879 (patch)
tree042fb3f2215546e3cfc7b5900abf8d80b6b486a2 /Makefile.nmake
parente8d6a3a6271928adcafdeec7e9553242ef17cefd (diff)
text2pcap needs only the wsutil lib, not the wiretap lib (as far as I can see).
svn path=/trunk/; revision=46600
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 33c22cad5a..c76963dfa5 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -152,7 +152,7 @@ reordercap_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
wsutil\libwsutil.lib \
$(GLIB_LIBS)
-text2pcap_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
+text2pcap_LIBS= \
wsock32.lib user32.lib \
wsutil\libwsutil.lib \
$(GLIB_LIBS)