summaryrefslogtreecommitdiff
path: root/lib/tdb_wrap/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-03-10 21:33:11 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-03-10 23:13:01 +0100
commitce4531ee312c1171fcffcdbe9e214ae43384cdfd (patch)
tree30de1cb84b321fdcd815e7456bbf5743ce458a8b /lib/tdb_wrap/wscript_build
parentf076186d3ab95c4d4c4d3d7b66f283881ac1fbbb (diff)
downloadsamba-ce4531ee312c1171fcffcdbe9e214ae43384cdfd.tar.gz
samba-ce4531ee312c1171fcffcdbe9e214ae43384cdfd.tar.bz2
samba-ce4531ee312c1171fcffcdbe9e214ae43384cdfd.zip
tdb_wrap: Move to specific directory.
It's a bit confusing to mix low-level and high-level libraries. We had multiple libraries in one directory, and there were have circular dependencies with other libraries outside that directory (in this case, samba-hostconfig). Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 10 23:13:01 CET 2012 on sn-devel-104
Diffstat (limited to 'lib/tdb_wrap/wscript_build')
-rw-r--r--lib/tdb_wrap/wscript_build8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/tdb_wrap/wscript_build b/lib/tdb_wrap/wscript_build
new file mode 100644
index 0000000000..0811bc5a2d
--- /dev/null
+++ b/lib/tdb_wrap/wscript_build
@@ -0,0 +1,8 @@
+#!/usr/bin/python
+
+bld.SAMBA_LIBRARY('tdb-wrap',
+ source='tdb_wrap.c',
+ deps='tdb_compat talloc samba-util samba-hostconfig',
+ private_library=True,
+ local_include=False
+ )