compile netdb-compat as a part of the build process
This commit is contained in:
parent
59c66e32c7
commit
8b5739dc00
1 changed files with 2 additions and 0 deletions
|
@ -322,6 +322,7 @@ LUALIB= $(LUALIB_$(PLAT))
|
||||||
# Modules belonging to socket-core
|
# Modules belonging to socket-core
|
||||||
#
|
#
|
||||||
SOCKET_OBJS= \
|
SOCKET_OBJS= \
|
||||||
|
netdb-compat.$(O) \
|
||||||
getaddrinfo.$(O) \
|
getaddrinfo.$(O) \
|
||||||
luasocket.$(O) \
|
luasocket.$(O) \
|
||||||
timeout.$(O) \
|
timeout.$(O) \
|
||||||
|
@ -491,3 +492,4 @@ unix.$(O): unix.c auxiliar.h socket.h io.h timeout.h usocket.h \
|
||||||
usocket.$(O): usocket.c socket.h io.h timeout.h usocket.h
|
usocket.$(O): usocket.c socket.h io.h timeout.h usocket.h
|
||||||
wsocket.$(O): wsocket.c socket.h io.h timeout.h usocket.h
|
wsocket.$(O): wsocket.c socket.h io.h timeout.h usocket.h
|
||||||
getaddrinfo.$(O): getaddrinfo.c getaddrinfo.h
|
getaddrinfo.$(O): getaddrinfo.c getaddrinfo.h
|
||||||
|
netdb-compat.$(O): netdb-compat.c netdb-compat.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue