1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/winbind/wscript_build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
333 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA_MODULE('service_winbindd',
source='winbindd.c',
subsystem='service',
init_function='server_service_winbindd_init',
deps='process_model UTIL_RUNCMD',
internal_module=False,
)
bld.SAMBA_SUBSYSTEM('IDMAP',
source='idmap.c',
autoproto='idmap_proto.h',
2010-11-07 03:57:34 +03:00
public_deps='samdb-common ldbsamba'
)