diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-15 18:06:31 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:48 +1000 |
commit | ec2cb473d0271ea22ea87350417b59e90e9f87c0 (patch) | |
tree | cfa192a9f2b1f848e6d31353e806bef8c22966c1 /source4/lib/ldb/wscript | |
parent | 8a5c01a04925e6dad11260fbccdcc94f3a354a37 (diff) | |
download | samba-ec2cb473d0271ea22ea87350417b59e90e9f87c0.tar.gz samba-ec2cb473d0271ea22ea87350417b59e90e9f87c0.tar.bz2 samba-ec2cb473d0271ea22ea87350417b59e90e9f87c0.zip |
build: added ldb 'skel' module
Diffstat (limited to 'source4/lib/ldb/wscript')
-rw-r--r-- | source4/lib/ldb/wscript | 5 |
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)', |