summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
db1a874)
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.
LIBS = -L ${PCAP_DIR}/WPCAP/LIB -lwpcap -lwsock32
OBJS = \
../../addrtoname.o \
LIBS = -L ${PCAP_DIR}/WPCAP/LIB -lwpcap -lwsock32
OBJS = \
../../addrtoname.o \
../../gmpls.o \
../../gmt2local.o \
../../missing/inet_aton.o \
../../gmpls.o \
../../gmt2local.o \
../../missing/inet_aton.o \
../../missing/strsep.o \
../../missing/inet_pton.o \
../../machdep.o \
../../missing/strsep.o \
../../missing/inet_pton.o \
../../machdep.o \
../../parsenfsfh.o \
../../print-802_11.o \
../../print-ah.o \
../../parsenfsfh.o \
../../print-802_11.o \
../../print-ah.o \
../../print-mobility.o \
../../print-mpls.o \
../../print-msdp.o \
../../print-mobility.o \
../../print-mpls.o \
../../print-msdp.o \
- ../../print-netbios.o \
../../print-nfs.o \
../../print-ntp.o \
../../print-null.o \
../../print-nfs.o \
../../print-ntp.o \
../../print-null.o \
../../smbutil.o \
../../tcpdump.o \
../../util.o \
../../smbutil.o \
../../tcpdump.o \
../../util.o \
- ../../Win32/src/getopt.o \
+ ../../Win32/src/getopt.o
main: ${OBJS}
${CC} ${CFLAGS} ${LDFLAGS} -o windump.exe ${OBJS} ${LIBS}
main: ${OBJS}
${CC} ${CFLAGS} ${LDFLAGS} -o windump.exe ${OBJS} ${LIBS}