1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

build: Do not install testing binaries

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
This commit is contained in:
Andrew Bartlett
2012-11-21 20:20:46 +11:00
committed by Andreas Schneider
parent 895cc9a915
commit f22e15d9d5
4 changed files with 24 additions and 5 deletions

View File

@ -6,4 +6,5 @@ bld.SAMBA3_SUBSYSTEM('LIBASYS',
bld.SAMBA3_BINARY('asystest',
source='tests.c',
deps='LIBASYS')
deps='LIBASYS',
install=False)