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:
parent
bc986ffed2
commit
a15a4297ce
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user