summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorMichael Hanselmann <public@hansmi.ch>2019-03-23 02:57:06 +0100
committerAndrew Bartlett <abartlet@samba.org>2019-03-26 03:03:23 +0000
commit0c7c44a284a26790081c000f5b8f4ed32f9f21d7 (patch)
treefe92bb99bf9294407b7f5d992836d06ea3613de7 /wscript_build
parentaf3253013a5633b6cbd247d6feda0b3f5bc50b74 (diff)
downloadsamba-0c7c44a284a26790081c000f5b8f4ed32f9f21d7.tar.gz
Split oLschema2ldif into library and binary
The oLschema2ldif program was contained in a single file, making reuse of its parsing logic elsewhere impossible. With this change the majority of the code is moved to a new file, "lib.c", while the CLI interface is now in a "main.c" file. End-of-line whitespace is also removed. Signed-off-by: Michael Hanselmann <public@hansmi.ch> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build b/wscript_build
index b07ae1b5df2..771eb1fa0f7 100644
--- a/wscript_build
+++ b/wscript_build
@@ -94,7 +94,7 @@ bld.RECURSE('source4/nbt_server')
bld.RECURSE('source4/wrepl_server')
bld.RECURSE('source4/cldap_server')
bld.RECURSE('source4/ntp_signd')
-bld.RECURSE('source4/utils')
+bld.RECURSE('source4/utils/oLschema2ldif')
bld.RECURSE('source4/ntvfs')
bld.RECURSE('source4/torture')
bld.RECURSE('librpc')