From: risso Date: Sun, 22 May 2005 17:12:42 +0000 (+0000) Subject: Added print-pgm.c to the WinDump gcc project. X-Git-Tag: tcpdump-3.9.1~42 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/8b069bef499f87710b4931b742754232c3a0ce4c Added print-pgm.c to the WinDump gcc project. --- diff --git a/win32/prj/GNUmakefile b/win32/prj/GNUmakefile index 26f9ec73..400024b0 100644 --- a/win32/prj/GNUmakefile +++ b/win32/prj/GNUmakefile @@ -94,6 +94,7 @@ OBJS = \ ../../print-ospf6.o \ ../../print-pflog.o \ ../../print-pim.o \ + ../../print-pgm.o \ ../../print-ppp.o \ ../../print-pppoe.o \ ../../print-pptp.o \