1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

messages_dgm: Make it an independent lib

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Volker Lendecke 2014-10-04 11:11:46 +02:00 committed by Stefan Metzmacher
parent bc986ffed2
commit a15a4297ce

View File

@ -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',