summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJeroen Dekkers <jeroen@dekkers.ch>2013-09-09 00:42:39 +0200
committerKarolin Seeger <kseeger@samba.org>2014-07-15 12:46:13 +0200
commit06c993eda6237bbb4df0e553abd7fbca6ba26559 (patch)
tree5306a762ea63f62a705ff8bf972d7070bbf931e6 /lib
parentc638eeed45081de2194771fd9dfc449cd188ea41 (diff)
downloadsamba-06c993eda6237bbb4df0e553abd7fbca6ba26559.tar.gz
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 <jeroen@dekkers.ch> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Sep 10 12:52:26 CEST 2013 on sn-devel-104 (cherry picked from commit 0af09f0179c024099e0776d3794f4b3d7fb3f6f6)
Diffstat (limited to 'lib')
-rwxr-xr-xlib/ldb/wscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index f5647b1a59..071038cae9 100755
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -257,10 +257,10 @@ def build(bld):
bld.SAMBA_BINARY('ldbdump', 'tools/ldbdump.c', deps='ldb-cmdline ldb',
install=False)
- bld.SAMBA_LIBRARY('ldb-cmdline',
- source='tools/ldbutil.c tools/cmdline.c',
- deps='ldb dl popt',
- private_library=True)
+ bld.SAMBA_LIBRARY('ldb-cmdline',
+ source='tools/ldbutil.c tools/cmdline.c',
+ deps='ldb dl popt',
+ private_library=True)
def test(ctx):