mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
waf: Make mit_samba a subsystem and do not build with Heimdal
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
parent
81471560d9
commit
52e6d91d34
@ -63,15 +63,16 @@ bld.SAMBA_LIBRARY('db-glue',
|
||||
)
|
||||
|
||||
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'
|
||||
)
|
||||
|
||||
|
||||
bld.SAMBA_LIBRARY('mit-samba',
|
||||
source='',
|
||||
deps='MIT_SAMBA',
|
||||
external_library=True,
|
||||
realname='mit_samba.so'
|
||||
)
|
||||
|
||||
source='mit_samba.c',
|
||||
deps='''
|
||||
ldb
|
||||
auth4_sam
|
||||
auth_sam_reply
|
||||
samba-credentials
|
||||
hdb
|
||||
db-glue
|
||||
PAC_GLUE
|
||||
samba-hostconfig
|
||||
com_err
|
||||
''',
|
||||
enabled=not bld.CONFIG_SET('SAMBA4_USES_HEIMDAL'))
|
||||
|
Loading…
Reference in New Issue
Block a user