diff options
Diffstat (limited to 'source4/kdc/wscript_build')
-rw-r--r-- | source4/kdc/wscript_build | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build index 82b9929254..7ff2623d64 100644 --- a/source4/kdc/wscript_build +++ b/source4/kdc/wscript_build @@ -38,10 +38,17 @@ bld.SAMBA_LIBRARY('pac', bld.SAMBA_LIBRARY('db-glue', source='db-glue.c', - deps='ldb auth_sam auth_sam_reply credentials hdb samba-hostconfig com_err', + deps='ldb auth_sam auth_sam_reply credentials hdb samba-hostconfig com_err kdc-policy', private_library=True ) +bld.SAMBA_LIBRARY('kdc-policy', + source='policy.c', + deps='samba-hostconfig authkrb5', + private_library=True, + autoproto = 'kdc-policy-proto.h' + ) + bld.SAMBA_SUBSYSTEM('MIT_SAMBA', source='mit_samba.c', |