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>
Fri, 18 Dec 2015 09:26:22 +0000 (10:26 +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 2a338b09bbc4d040d5ef96d1c9d95a8bf719cce0..4104f79315be8418d3f127633681ffd3fc8583a2 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
 )