diff options
author | Andreas Schneider <asn@samba.org> | 2016-11-22 10:37:11 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2016-12-04 16:35:19 +0100 |
commit | f0db5c5d3ee6c79ac648bb1e8851ff441b94dbf5 (patch) | |
tree | 548489842c6c94a55154e421a2bcf4278492fb89 | |
parent | c4e8acf8e3fb69751513ee43244009f08c737fb7 (diff) | |
download | samba-f0db5c5d3ee6c79ac648bb1e8851ff441b94dbf5.tar.gz |
s3:waf: Reformat TDB_LIB
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rwxr-xr-x | source3/wscript_build | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index d1c1088465e..2dd9d5a39d0 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -375,10 +375,15 @@ bld.SAMBA3_LIBRARY('samba-cluster-support', private_library=True) bld.SAMBA3_SUBSYSTEM('TDB_LIB', - source='''lib/dbwrap/dbwrap_open.c - lib/dbwrap/dbwrap_watch.c - lib/g_lock.c''', - deps='dbwrap samba-cluster-support') + source=''' + lib/dbwrap/dbwrap_open.c + lib/dbwrap/dbwrap_watch.c + lib/g_lock.c + ''', + deps=''' + dbwrap + samba-cluster-support + ''') bld.SAMBA3_LIBRARY('messages_dgm', source='''lib/messages_dgm.c lib/messages_dgm_ref.c''', |