]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove "bpf_dump.o" from the list of things to build - "bpf_dump()" now
authorguy <guy>
Tue, 27 Jan 2004 23:36:59 +0000 (23:36 +0000)
committerguy <guy>
Tue, 27 Jan 2004 23:36:59 +0000 (23:36 +0000)
comes with libpcap.

Remove "print-netbios.o" from the list of things to build - it's not
used any more.

Add "oui.o" to the list of things to build - it *is* used.

Remove a backslash from the last entry in the list of things to build.

win32/prj/GNUmakefile

index 635d7cd38a59355c48e73150e1c22e5825b4b60e..a1931ac62bd0f3ba762dd67b63aaa72cd2d0bad7 100644 (file)
@@ -22,7 +22,6 @@ LDFLAGS =
 LIBS = -L ${PCAP_DIR}/WPCAP/LIB -lwpcap -lwsock32
 OBJS = \
        ../../addrtoname.o \
-       ../../bpf_dump.o \
        ../../gmpls.o \
        ../../gmt2local.o \
        ../../missing/inet_aton.o \
@@ -33,6 +32,7 @@ OBJS = \
        ../../missing/strsep.o \
        ../../missing/inet_pton.o \
        ../../machdep.o \
+       ../../oui.o \
        ../../parsenfsfh.o \
        ../../print-802_11.o \
        ../../print-ah.o \
@@ -85,7 +85,6 @@ OBJS = \
        ../../print-mobility.o \
        ../../print-mpls.o \
        ../../print-msdp.o \
-       ../../print-netbios.o \
        ../../print-nfs.o \
        ../../print-ntp.o \
        ../../print-null.o \
@@ -125,7 +124,7 @@ OBJS = \
        ../../smbutil.o \
        ../../tcpdump.o \
        ../../util.o \
-       ../../Win32/src/getopt.o \
+       ../../Win32/src/getopt.o
 
 main: ${OBJS}
        ${CC} ${CFLAGS} ${LDFLAGS} -o windump.exe ${OBJS} ${LIBS}