summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/cldap_server/wscript_build2
-rw-r--r--source4/lib/socket/wscript_build44
-rw-r--r--source4/libcli/wscript_build2
-rw-r--r--source4/nbt_server/wscript_build2
-rw-r--r--source4/scripting/python/wscript_build48
5 files changed, 47 insertions, 51 deletions
diff --git a/source4/cldap_server/wscript_build b/source4/cldap_server/wscript_build
index 85a9798ffa..fbf3c7e128 100644
--- a/source4/cldap_server/wscript_build
+++ b/source4/cldap_server/wscript_build
@@ -4,7 +4,7 @@ bld.SAMBA_MODULE('service_cldap',
source='cldap_server.c',
subsystem='service',
init_function='server_service_cldapd_init',
- deps='CLDAPD process_model LIBNETIF'
+ deps='CLDAPD process_model libnetif'
)
diff --git a/source4/lib/socket/wscript_build b/source4/lib/socket/wscript_build
index 0c4fd7e1e2..6aa0481115 100644
--- a/source4/lib/socket/wscript_build
+++ b/source4/lib/socket/wscript_build
@@ -1,33 +1,29 @@
#!/usr/bin/env python
-
-bld.SAMBA_LIBRARY('LIBNETIF',
- source='interface.c netif.c',
- autoproto='netif_proto.h',
- deps='LIBSAMBA-UTIL',
- private_library=True
- )
-
+bld.SAMBA_LIBRARY('libnetif',
+ source='interface.c netif.c',
+ autoproto='netif_proto.h',
+ deps='LIBSAMBA-UTIL',
+ private_library=True
+ )
bld.SAMBA_MODULE('socket_ip',
- source='socket_ip.c',
- subsystem='samba_socket',
- deps='LIBSAMBA-ERRORS',
- internal_module=True
- )
-
+ source='socket_ip.c',
+ subsystem='samba_socket',
+ deps='LIBSAMBA-ERRORS',
+ internal_module=True
+ )
bld.SAMBA_MODULE('socket_unix',
- source='socket_unix.c',
- subsystem='samba_socket',
- deps='talloc',
- internal_module=True
- )
-
+ source='socket_unix.c',
+ subsystem='samba_socket',
+ deps='talloc',
+ internal_module=True
+ )
bld.SAMBA_SUBSYSTEM('samba_socket',
- source='socket.c access.c connect_multi.c connect.c',
- public_deps='talloc LIBTSOCKET',
- deps='LIBCLI_COMPOSITE LIBCLI_RESOLVE socket_ip socket_unix'
- )
+ source='socket.c access.c connect_multi.c connect.c',
+ public_deps='talloc LIBTSOCKET',
+ deps='LIBCLI_COMPOSITE LIBCLI_RESOLVE socket_ip socket_unix'
+ )
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build
index 0acf8053ba..d8f7c52417 100644
--- a/source4/libcli/wscript_build
+++ b/source4/libcli/wscript_build
@@ -65,7 +65,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_RESOLVE',
bld.SAMBA_SUBSYSTEM('LP_RESOLVE',
source='resolve/bcast.c resolve/nbtlist.c resolve/wins.c resolve/dns_ex.c resolve/file.c resolve/host.c resolve/resolve_lp.c',
autoproto='resolve/lp_proto.h',
- deps='LIBCLI_NBT LIBSAMBA-HOSTCONFIG LIBNETIF'
+ deps='LIBCLI_NBT LIBSAMBA-HOSTCONFIG libnetif'
)
diff --git a/source4/nbt_server/wscript_build b/source4/nbt_server/wscript_build
index af77abe9f1..286dbf3602 100644
--- a/source4/nbt_server/wscript_build
+++ b/source4/nbt_server/wscript_build
@@ -11,7 +11,7 @@ bld.SAMBA_MODULE('ldb_wins_ldb',
source='wins/wins_ldb.c',
subsystem='ldb',
init_function='LDB_MODULE(wins_ldb)',
- deps='ldb LIBNETIF LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL',
+ deps='ldb libnetif LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL',
internal_module=False,
)
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build
index 13615abc0b..638aed5fc6 100644
--- a/source4/scripting/python/wscript_build
+++ b/source4/scripting/python/wscript_build
@@ -1,41 +1,41 @@
#!/usr/bin/env python
bld.SAMBA_LIBRARY('samba_python',
- source=[],
- deps='LIBPYTHON PYTALLOC pyrpc_util',
- grouping_library=True,
- private_library=True,
- pyext=True)
+ source=[],
+ deps='LIBPYTHON PYTALLOC pyrpc_util',
+ grouping_library=True,
+ private_library=True,
+ pyext=True)
bld.SAMBA_SUBSYSTEM('LIBPYTHON',
- source='modules.c',
- public_deps='EXT_LIB_PYTHON',
- init_function_sentinal='{NULL,NULL}',
- deps='talloc',
- pyext=True,
- )
+ source='modules.c',
+ public_deps='EXT_LIB_PYTHON',
+ init_function_sentinal='{NULL,NULL}',
+ deps='talloc',
+ pyext=True,
+ )
bld.SAMBA_SUBSYSTEM('PYTALLOC',
- source='../../../lib/talloc/pytalloc.c',
- public_deps='EXT_LIB_PYTHON talloc',
- pyext=True,
- )
+ source='../../../lib/talloc/pytalloc.c',
+ public_deps='EXT_LIB_PYTHON talloc',
+ pyext=True,
+ )
bld.SAMBA_PYTHON('python_uuid',
- source='uuidmodule.c',
- deps='LIBNDR',
- realname='uuid.so',
- enabled = float(bld.env.PYTHON_VERSION) <= 2.4
- )
+ source='uuidmodule.c',
+ deps='LIBNDR',
+ realname='uuid.so',
+ enabled = float(bld.env.PYTHON_VERSION) <= 2.4
+ )
bld.SAMBA_PYTHON('python_glue',
- source='pyglue.c',
- deps='pyparam_util LIBSAMBA-UTIL LIBNETIF PYTALLOC',
- realname='samba/_glue.so'
- )
+ source='pyglue.c',
+ deps='pyparam_util LIBSAMBA-UTIL libnetif PYTALLOC',
+ realname='samba/_glue.so'
+ )
# create a dummy subsystem for EXT_LIB_PYTHON