diff options
Diffstat (limited to 'source4/auth/wscript_build')
-rw-r--r-- | source4/auth/wscript_build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index d72086e1d9..f7535c4145 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -15,6 +15,12 @@ bld.SAMBA_SUBSYSTEM('auth_session', deps='samdb auth4_sam' ) +bld.SAMBA_SUBSYSTEM('auth_unix_token', + source='unix_token.c', + autoproto='unix_token_proto.h', + public_deps='LIBWBCLIENT_OLD', + ) + bld.SAMBA_SUBSYSTEM('samba_server_gensec', source='samba_server_gensec.c', |