1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-23 20:23:50 +03:00
Files
samba-mirror/source/lib/socket/config.mk
Andrew Tridgell 6f4926d846 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)
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
################################################