summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-15 18:06:31 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:48 +1000
commitec2cb473d0271ea22ea87350417b59e90e9f87c0 (patch)
treecfa192a9f2b1f848e6d31353e806bef8c22966c1 /source4/lib
parent8a5c01a04925e6dad11260fbccdcc94f3a354a37 (diff)
downloadsamba-ec2cb473d0271ea22ea87350417b59e90e9f87c0.tar.gz
samba-ec2cb473d0271ea22ea87350417b59e90e9f87c0.tar.bz2
samba-ec2cb473d0271ea22ea87350417b59e90e9f87c0.zip
build: added ldb 'skel' module
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/wscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index 615e95a107..8389545fe5 100644
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -74,6 +74,11 @@ def build(bld):
init_function='LDB_MODULE(sample)',
subsystem='LIBLDB')
+ bld.SAMBA_MODULE('ldb_skel',
+ 'modules/skel.c',
+ init_function='LDB_MODULE(skel)',
+ subsystem='LIBLDB')
+
bld.SAMBA_MODULE('ldb_sqlite3',
'sqlite3/ldb_sqlite3.c',
init_function='LDB_BACKEND(sqlite3)',