Skip to content

Commit

Permalink
s3-waf: make sure we always build example auth modules with --enable-…
Browse files Browse the repository at this point in the history
…developer.

Guenther
  • Loading branch information
gd committed Oct 17, 2011
1 parent 329c4d1 commit 235f78a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/auth/wscript_build
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env python

bld.SAMBA3_MODULE('auth_skel',
subsystem='auth',
source='auth_skel.c',
deps='samba-util',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('auth_skel'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_skel'))
1 change: 1 addition & 0 deletions source3/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -1639,6 +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_static_modules.extend(TO_LIST('pdb_samba4 auth_samba4 vfs_dfs_samba4'))

Expand Down
1 change: 1 addition & 0 deletions source3/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -1406,6 +1406,7 @@ bld.RECURSE('pam_smbpass')
bld.RECURSE('passdb')
bld.RECURSE('rpc_server')
bld.RECURSE('winbindd')
bld.RECURSE('../examples/auth')
bld.RECURSE('../examples/VFS')


Expand Down

0 comments on commit 235f78a

Please sign in to comment.