build: added ldb 'skel' module
authorAndrew Tridgell <tridge@samba.org>
Mon, 15 Mar 2010 07:06:31 +0000 (18:06 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:26:48 +0000 (20:26 +1000)
source4/lib/ldb/wscript

index 615e95a107b6ea67b5982cfa507132101402b570..8389545fe5737a6a8ec5b9ef39ff495392bb7f3a 100644 (file)
@@ -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)',