diff options
author | Amitay Isaacs <amitay@gmail.com> | 2019-06-28 23:05:43 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2020-05-06 00:06:40 +0000 |
commit | 93408f60cb6812b1aa71053836379ec7396959e6 (patch) | |
tree | 2dd7670f25019d58862f692aa17ac3b2b4eac117 /wscript_build | |
parent | 8d22b9edff76afff3d4d6ce8722b2199b6c3b866 (diff) | |
download | samba-93408f60cb6812b1aa71053836379ec7396959e6.tar.gz |
lib/messaging: Move messages_dgm out of source3
... so CTDB can also use it.
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r-- | wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build index b2e32987acb..3ae92e40542 100644 --- a/wscript_build +++ b/wscript_build @@ -53,6 +53,7 @@ bld.RECURSE('lib/ldb') bld.RECURSE('lib/param') bld.RECURSE('lib/printer_driver') bld.RECURSE('lib/audit_logging') +bld.RECURSE('lib/messaging') bld.RECURSE('dynconfig') bld.RECURSE('lib/util/charset') bld.RECURSE('python') |