From 0af09f0179c024099e0776d3794f4b3d7fb3f6f6 Mon Sep 17 00:00:00 2001 From: Jeroen Dekkers Date: Mon, 9 Sep 2013 00:42:39 +0200 Subject: ldb: Do not build libldb-cmdline when using system ldb. Cleanup leftover include and linking of libldb-cmdline in oLschema2ldif. Do not build libldb-cmdline anymore when using the system ldb, oLschema2ldif was the only reason for building libldb-cmdline. Signed-off-by: Jeroen Dekkers Reviewed-by: Andreas Schneider Reviewed-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Tue Sep 10 12:52:26 CEST 2013 on sn-devel-104 --- source4/utils/oLschema2ldif.c | 1 - source4/utils/wscript_build | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/utils') diff --git a/source4/utils/oLschema2ldif.c b/source4/utils/oLschema2ldif.c index be86daafb7..bcdf570977 100644 --- a/source4/utils/oLschema2ldif.c +++ b/source4/utils/oLschema2ldif.c @@ -33,7 +33,6 @@ #include "includes.h" #include "ldb.h" -#include "tools/cmdline.h" #include "dsdb/samdb/samdb.h" #include "../lib/crypto/sha256.h" #include "../librpc/gen_ndr/ndr_misc.h" diff --git a/source4/utils/wscript_build b/source4/utils/wscript_build index a5217b3c61..046e2372fd 100644 --- a/source4/utils/wscript_build +++ b/source4/utils/wscript_build @@ -14,6 +14,6 @@ bld.SAMBA_BINARY('ntlm_auth4', bld.SAMBA_BINARY('oLschema2ldif', source='oLschema2ldif.c', manpages='man/oLschema2ldif.1', - deps='ldb-cmdline samdb POPT_SAMBA' + deps='samdb POPT_SAMBA' ) -- cgit