mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
f22e15d9d5
These binaries are for developer or selftest use, and are not supported for installation onto the system. The autoconf build does not install these binaries, and so neither should the waf build. Andrew Bartlett Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Nov 22 12:00:36 CET 2012 on sn-devel-104
11 lines
212 B
Python
11 lines
212 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA3_SUBSYSTEM('LIBASYS',
|
|
source='asys.c',
|
|
deps='PTHREADPOOL')
|
|
|
|
bld.SAMBA3_BINARY('asystest',
|
|
source='tests.c',
|
|
deps='LIBASYS',
|
|
install=False)
|