summaryrefslogtreecommitdiffstats
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-10-04 11:11:46 +0200
committerStefan Metzmacher <metze@samba.org>2015-02-13 23:32:07 +0100
commita15a4297cee8d12df449652c602573fb67bd3c23 (patch)
tree19e3b5e3e965428cea694933904951fec51361b9 /source3/wscript_build
parentbc986ffed219d0b65ec5c874c34709fd319f9a59 (diff)
downloadsamba-a15a4297cee8d12df449652c602573fb67bd3c23.tar.gz
samba-a15a4297cee8d12df449652c602573fb67bd3c23.tar.xz
samba-a15a4297cee8d12df449652c602573fb67bd3c23.zip
messages_dgm: Make it an independent lib
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build7
1 files changed, 6 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index a6ef5849a4..8fcd0d293c 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -308,9 +308,13 @@ bld.SAMBA3_SUBSYSTEM('TDB_LIB',
lib/g_lock.c''',
deps='dbwrap samba-cluster-support')
+bld.SAMBA3_LIBRARY('messages_dgm',
+ source='''lib/messages_dgm.c''',
+ deps='talloc UNIX_MSG POLL_FUNCS_TEVENT samba-debug',
+ private_library=True)
+
bld.SAMBA3_SUBSYSTEM('samba3core',
source='''lib/messages.c
- lib/messages_dgm.c
lib/util_cluster.c
lib/id_cache.c
lib/talloc_dict.c
@@ -358,6 +362,7 @@ bld.SAMBA3_SUBSYSTEM('samba3core',
samba3-util
errors3
server_id_db
+ messages_dgm
TDB_LIB''')
bld.SAMBA3_LIBRARY('smbd_shim',