summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 20:38:52 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-23 18:42:04 +0000
commitbd48e23f3414331445a901143f84cda125230262 (patch)
tree24dcff6323097e3d6d4a1b664a2b96f1abf041cc
parentdec00bf0974ea3b5079c32e2a6e6253954297253 (diff)
downloadsamba-bd48e23f3414331445a901143f84cda125230262.tar.gz
samba-bd48e23f3414331445a901143f84cda125230262.tar.bz2
samba-bd48e23f3414331445a901143f84cda125230262.zip
ldb: Install pyldb-util as public library.
-rw-r--r--source4/lib/ldb/wscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index 0e2c88115b..92f7846145 100644
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -105,8 +105,9 @@ def build(bld):
bld.SAMBA_LIBRARY('pyldb_util',
deps='ldb',
source='pyldb_util.c',
- pyext=True,
- private_library=True)
+ public_headers='pyldb.h',
+ vnum=VERSION,
+ pyext=True)
if not bld.CONFIG_SET('USING_SYSTEM_LDB'):
if Options.is_install: