diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 15:26:38 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:26 +1100 |
commit | bbe016b77c6fd08e66a099e012c365103410d0e0 (patch) | |
tree | 5301a4984c4c05006e4ecf18e1f0b78b08f4a250 /source4/lib/ldb/wscript | |
parent | 4af59515f61e43d0e59f58942cc60d1a0de5d28d (diff) | |
download | samba-bbe016b77c6fd08e66a099e012c365103410d0e0.tar.gz samba-bbe016b77c6fd08e66a099e012c365103410d0e0.tar.bz2 samba-bbe016b77c6fd08e66a099e012c365103410d0e0.zip |
s4-ldb: make pyldb_util a private library
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/lib/ldb/wscript')
-rw-r--r-- | source4/lib/ldb/wscript | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index e79bad3d3d..ef8425bcd9 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -102,7 +102,11 @@ def build(bld): bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig' - bld.SAMBA_SUBSYSTEM('pyldb_util', deps='ldb', source='pyldb_util.c', pyext=True) + bld.SAMBA_LIBRARY('pyldb_util', + deps='ldb', + source='pyldb_util.c', + pyext=True, + private_library=True) if not bld.CONFIG_SET('USING_SYSTEM_LDB'): if Options.is_install: |