From af0d6bc8813f3209aa04bcd18ef58b94af869193 Mon Sep 17 00:00:00 2001 From: kieranm Date: Wed, 18 Dec 2002 12:00:14 +0000 Subject: [PATCH] Removed tcpdump.c from Makefile - it seems to have disappeared --- proj/unixlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj/unixlib/Makefile b/proj/unixlib/Makefile index f86de575..f7113564 100644 --- a/proj/unixlib/Makefile +++ b/proj/unixlib/Makefile @@ -54,7 +54,7 @@ APIFILES=$(LWIPDIR)/api/api_lib.c $(LWIPDIR)/api/api_msg.c $(LWIPDIR)/api/tcpip. # NETIFFILES: Files implementing various generic network interface functions.' NETIFFILES=$(LWIPDIR)/netif/loopif.c \ - $(LWIPDIR)/netif/tcpdump.c $(LWIPDIR)/netif/etharp.c + $(LWIPDIR)/netif/etharp.c # ARCHFILES: Archiecture specific files. ARCHFILES=$(wildcard $(LWIPDIR)/arch/$(LWIPARCH)/*.c $(LWIPDIR)/arch/$(LWIPARCH)/netif/*.c)