summaryrefslogtreecommitdiff
path: root/source4/lib/socket/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/socket/wscript_build')
-rw-r--r--source4/lib/socket/wscript_build6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/socket/wscript_build b/source4/lib/socket/wscript_build
index 7ce9e65b12..c2de5f49f8 100644
--- a/source4/lib/socket/wscript_build
+++ b/source4/lib/socket/wscript_build
@@ -4,14 +4,14 @@
bld.SAMBA_SUBSYSTEM('LIBNETIF',
source='interface.c netif.c',
autoproto='netif_proto.h',
- deps='LIBSAMBA-UTIL LIBREPLACE_NETWORK'
+ deps='LIBSAMBA-UTIL'
)
bld.SAMBA_MODULE('socket_ip',
source='socket_ip.c',
subsystem='samba_socket',
- deps='LIBSAMBA-ERRORS LIBREPLACE_NETWORK',
+ deps='LIBSAMBA-ERRORS',
internal_module=True
)
@@ -19,7 +19,7 @@ bld.SAMBA_MODULE('socket_ip',
bld.SAMBA_MODULE('socket_unix',
source='socket_unix.c',
subsystem='samba_socket',
- deps='LIBREPLACE_NETWORK talloc',
+ deps='talloc',
internal_module=True
)