From: risso Date: Sat, 9 Jul 2005 21:10:06 +0000 (+0000) Subject: Updated a library so that tcpdump links correctly under cygnus. X-Git-Tag: tcpdump-4.0.0~372 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/8ae98ea6ea2e9785711d3354680bc7a972a11dd8 Updated a library so that tcpdump links correctly under cygnus. --- diff --git a/win32/prj/GNUmakefile b/win32/prj/GNUmakefile index 58546c3e..a74bc58b 100644 --- a/win32/prj/GNUmakefile +++ b/win32/prj/GNUmakefile @@ -2,7 +2,7 @@ # Nate Lawson # Location of your pcap src tree, build it first -PCAP_DIR = ../../../winpcap_cvs20 +PCAP_DIR = ../../../winpcap # OPTFLAGS = -g OPTFLAGS = -O @@ -26,7 +26,7 @@ CFLAGS = -I ${PCAP_DIR}/wpcap/libpcap/bpf \ -D_U_="__attribute__((unused))" \ -mno-cygwin ${OPTFLAGS} LDFLAGS = -LIBS = -L ${PCAP_DIR}/WPCAP/LIB -lwpcap -lwsock32 +LIBS = -L ${PCAP_DIR}/WPCAP/LIB -lwpcap -lws2_32 OBJS = \ ../../addrtoname.o \ ../../gmpls.o \