LWIP - fixed makefiles
- Modified libnetsock/Makefile and servers/lwip/Makefile to include ipvX headers Signed-off-by: Tomas Hruby <tom@minix3.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
LIB = netsock
|
||||
|
||||
CPPFLAGS += -I${.CURDIR}/include/ -D_SYSTEM
|
||||
CPPFLAGS+= -I${.CURDIR}/../../lib/liblwip/include
|
||||
CPPFLAGS+= -I${.CURDIR}/../../lib/liblwip/include -I${.CURDIR}/../../lib/liblwip/include/ipv4 -I${.CURDIR}/../../lib/liblwip/include/ipv6
|
||||
CFLAGS += -Wall -Wextra -std=c99
|
||||
|
||||
SRCS += socket.c
|
||||
|
||||
Reference in New Issue
Block a user