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)
committerKarolin Seeger <kseeger@samba.org>
Thu, 17 Dec 2015 10:05:25 +0000 (11:05 +0100)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11639

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit 632114584d3be0d4660e97a6c9e69e577a7bc1e2)

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
 )