mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
16b2118b43
The startup and runtime functions that have no dependencies are moved into the top level. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
11 lines
287 B
Python
11 lines
287 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('auth_sam_reply',
|
|
source='auth_sam_reply.c',
|
|
deps='talloc security samba-util',
|
|
autoproto='auth_sam_reply.h',
|
|
private_library=True
|
|
)
|
|
|
|
bld.RECURSE('gensec')
|