1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/lib/socket/config.mk
Andrew Tridgell f42402da83 r3013: added support for unix domain sockets in the generic socket library. I
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)
2007-10-10 12:59:57 -05:00

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
################################################