mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
f42402da83
will shortly be using this for a rewrite of the intra-smbd messaging
library, which is needed to get lock timeouts working properly (and
share modes, oplocks etc)
(This used to be commit 6f4926d846
)
27 lines
686 B
Makefile
27 lines
686 B
Makefile
|
|
################################################
|
|
# Start MODULE socket_ipv4
|
|
[MODULE::socket_ipv4]
|
|
INIT_OBJ_FILES = \
|
|
lib/socket/socket_ipv4.o
|
|
# End MODULE socket_ipv4
|
|
################################################
|
|
|
|
################################################
|
|
# Start MODULE socket_unix
|
|
[MODULE::socket_unix]
|
|
INIT_OBJ_FILES = \
|
|
lib/socket/socket_unix.o
|
|
# End MODULE socket_unix
|
|
################################################
|
|
|
|
################################################
|
|
# Start SUBSYSTEM SOCKET
|
|
[SUBSYSTEM::SOCKET]
|
|
INIT_OBJ_FILES = \
|
|
lib/socket/socket.o
|
|
ADD_OBJ_FILES = \
|
|
lib/socket/access.o
|
|
# End SUBSYSTEM SOCKET
|
|
################################################
|