lib/async_req: do not install async_connect_send_test.
authorGünther Deschner <gd@samba.org>
Tue, 1 Dec 2015 13:39:37 +0000 (14:39 +0100)
committerRalph Böhme <slow@samba.org>
Tue, 1 Dec 2015 16:41:19 +0000 (17:41 +0100)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/async_req/wscript_build

index 9c2522376db3bb03df014c391655289292870e37..bf79fdd24d164ebf7164e240d20ce1b803102a6b 100644 (file)
@@ -9,5 +9,6 @@ bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
 
 bld.SAMBA_BINARY('async_connect_send_test',
                  source='async_connect_send_test.c',
-                 deps='LIBASYNC_REQ'
+                 deps='LIBASYNC_REQ',
+                 install=False
 )