diff options
Diffstat (limited to 'source4/lib/socket/config.mk')
-rw-r--r-- | source4/lib/socket/config.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/lib/socket/config.mk b/source4/lib/socket/config.mk index 320fc7f3ee..6072f743ce 100644 --- a/source4/lib/socket/config.mk +++ b/source4/lib/socket/config.mk @@ -8,6 +8,14 @@ INIT_OBJ_FILES = \ ################################################ ################################################ +# 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 = \ |