diff options
author | Volker Lendecke <vl@samba.org> | 2015-02-08 15:33:39 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2015-02-13 23:32:07 +0100 |
commit | 08ff9e80dee211dc1c25e10c7584e98f2e766f5e (patch) | |
tree | 725fd63e86cba6841ddbe48da88ae9e70dd4b847 /source4/lib/messaging/wscript_build | |
parent | 5681cca42c1c5151212eb2f9a208116ceabdd8b1 (diff) | |
download | samba-08ff9e80dee211dc1c25e10c7584e98f2e766f5e.tar.gz samba-08ff9e80dee211dc1c25e10c7584e98f2e766f5e.tar.xz samba-08ff9e80dee211dc1c25e10c7584e98f2e766f5e.zip |
messaging4: Use messages_dgm
This replaces the transport mechanism in source4 with calls to the
messages_dgm code. It is supposed to enable "smbcontrol samba pool-usage"
as an example without having to rewrite smbcontrol using the source4
based messaging subsystem.
This moves the source3 based names.tdb (which is unused so far) to the
lock directory, source4 does not have a cache directory.
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/lib/messaging/wscript_build')
-rw-r--r-- | source4/lib/messaging/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/messaging/wscript_build b/source4/lib/messaging/wscript_build index 48c490e58d..efe1f79afd 100644 --- a/source4/lib/messaging/wscript_build +++ b/source4/lib/messaging/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_LIBRARY('MESSAGING', source='messaging.c', - public_deps='samba-util NDR_IRPC UNIX_PRIVS cluster ndr samba_socket dcerpc server_id_db', + public_deps='samba-util NDR_IRPC UNIX_PRIVS cluster ndr dcerpc messages_util server_id_db', private_library=True ) |