From 0c7c44a284a26790081c000f5b8f4ed32f9f21d7 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Sat, 23 Mar 2019 02:57:06 +0100 Subject: 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 Reviewed-by: Garming Sam Reviewed-by: Andrew Bartlett --- wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build') 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') -- cgit v1.2.1