From: test2 Date: Tue, 9 Mar 2010 20:33:23 +0000 (-0800) Subject: Added a missing source file to the cygwin makefile. X-Git-Tag: tcpdump-4.1.0~1 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/8781649e5e6d2c43c18d2e532e94f0921ac65b79 Added a missing source file to the cygwin makefile. --- diff --git a/win32/prj/GNUmakefile b/win32/prj/GNUmakefile index 37a8b9aa..9f136753 100644 --- a/win32/prj/GNUmakefile +++ b/win32/prj/GNUmakefile @@ -161,7 +161,8 @@ OBJS = \ ../../print-lmp.o \ ../../print-syslog.o \ ../../print-dccp.o \ - ../../print-bt.o + ../../print-bt.o \ + ../../signature.o main: ${OBJS} ${CC} ${CFLAGS} ${LDFLAGS} -o windump.exe ${OBJS} ${LIBS}