diff options
Diffstat (limited to 'source4/kdc/wscript_build')
-rwxr-xr-x[-rw-r--r--] | source4/kdc/wscript_build | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build index 22eee12c8b..a5668188d5 100644..100755 --- a/source4/kdc/wscript_build +++ b/source4/kdc/wscript_build @@ -49,19 +49,11 @@ bld.SAMBA_LIBRARY('pac', bld.SAMBA_LIBRARY('db-glue', source='db-glue.c', - deps='ldb auth4_sam auth_sam_reply samba-credentials hdb samba-hostconfig com_err kdc-policy', + deps='ldb auth4_sam auth_sam_reply samba-credentials hdb samba-hostconfig com_err', private_library=True, includes='../heimdal/kdc', ) -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', deps='ldb auth4_sam auth_sam_reply samba-credentials hdb db-glue PAC_GLUE samba-hostconfig com_err' |