summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript2
-rwxr-xr-xsource3/wscript_build1
2 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 87755ca894..5746533eff 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1639,7 +1639,7 @@ main() {
default_static_modules.extend(TO_LIST('pdb_ads auth_netlogond charset_weird'))
default_shared_modules.extend(TO_LIST('perfcount_test'))
default_shared_modules.extend(TO_LIST('vfs_skel_opaque vfs_skel_transparent vfs_shadow_copy_test'))
- default_shared_modules.extend(TO_LIST('auth_skel'))
+ default_shared_modules.extend(TO_LIST('auth_skel pdb_test'))
default_static_modules.extend(TO_LIST('pdb_samba4 auth_samba4 vfs_dfs_samba4'))
diff --git a/source3/wscript_build b/source3/wscript_build
index 2667e328b0..6c27ecde19 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1407,6 +1407,7 @@ bld.RECURSE('passdb')
bld.RECURSE('rpc_server')
bld.RECURSE('winbindd')
bld.RECURSE('../examples/auth')
+bld.RECURSE('../examples/pdb')
bld.RECURSE('../examples/VFS')