mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
d44ccdd437
Signed-off-by: Jeremy Allison <jra@samba.org>
10 lines
179 B
Python
10 lines
179 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA3_SUBSYSTEM('LIBASYS',
|
|
source='asys.c',
|
|
deps='PTHREADPOOL')
|
|
|
|
bld.SAMBA3_BINARY('asystest',
|
|
source='tests.c',
|
|
deps='LIBASYS')
|