From f22e15d9d5a3d4744982265363c357ef277ba31e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 21 Nov 2012 20:20:46 +1100 Subject: 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 Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Thu Nov 22 12:00:36 CET 2012 on sn-devel-104 --- source3/lib/asys/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/lib/asys/wscript_build') diff --git a/source3/lib/asys/wscript_build b/source3/lib/asys/wscript_build index 7b6d2365e6..15de9770b8 100644 --- a/source3/lib/asys/wscript_build +++ b/source3/lib/asys/wscript_build @@ -6,4 +6,5 @@ bld.SAMBA3_SUBSYSTEM('LIBASYS', bld.SAMBA3_BINARY('asystest', source='tests.c', - deps='LIBASYS') + deps='LIBASYS', + install=False) -- cgit