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

s3:waf: Reformat samba3core

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2016-11-22 10:38:43 +01:00 committed by Michael Adam
parent 1945f7de0e
commit b9ee6e3a1a

View File

@ -405,41 +405,43 @@ bld.SAMBA3_LIBRARY('messages_util',
private_library=True)
bld.SAMBA3_SUBSYSTEM('samba3core',
source='''lib/messages.c
lib/util_cluster.c
lib/id_cache.c
lib/talloc_dict.c
lib/serverid.c
lib/server_id_watch.c
lib/server_id_db_util.c
lib/addrchange.c
../lib/util/debug_s3.c
lib/dumpcore.c
lib/interface.c
lib/username.c
lib/smbrun.c
lib/wins_srv.c
lib/substitute.c
lib/substitute_generic.c
lib/ms_fnmatch.c
lib/tallocmsg.c
lib/dmallocmsg.c
intl/lang_tdb.c
lib/gencache.c
lib/util_event.c
lib/server_contexts.c
lib/server_prefork.c
lib/server_prefork_util.c
lib/ldap_escape.c
lib/fncall.c
libads/krb5_errs.c
lib/system_smbd.c
lib/audit.c
lib/tevent_wait.c
lib/idmap_cache.c
lib/util_ea.c
lib/background.c
lib/cleanupdb.c''',
source='''
lib/messages.c
lib/util_cluster.c
lib/id_cache.c
lib/talloc_dict.c
lib/serverid.c
lib/server_id_watch.c
lib/server_id_db_util.c
lib/addrchange.c
../lib/util/debug_s3.c
lib/dumpcore.c
lib/interface.c
lib/username.c
lib/smbrun.c
lib/wins_srv.c
lib/substitute.c
lib/substitute_generic.c
lib/ms_fnmatch.c
lib/tallocmsg.c
lib/dmallocmsg.c
intl/lang_tdb.c
lib/gencache.c
lib/util_event.c
lib/server_contexts.c
lib/server_prefork.c
lib/server_prefork_util.c
lib/ldap_escape.c
lib/fncall.c
libads/krb5_errs.c
lib/system_smbd.c
lib/audit.c
lib/tevent_wait.c
lib/idmap_cache.c
lib/util_ea.c
lib/background.c
lib/cleanupdb.c
''',
deps='''
samba3util
LIBTSOCKET
@ -457,8 +459,9 @@ bld.SAMBA3_SUBSYSTEM('samba3core',
messages_util
messages_dgm
talloc_report
access
TDB_LIB''')
access
TDB_LIB
''')
bld.SAMBA3_LIBRARY('smbd_shim',
source='''lib/smbd_shim.c''',