summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-01 14:39:37 +0100
committerKarolin Seeger <kseeger@samba.org>2015-12-18 10:26:22 +0100
commit6d1ee8b21a17331f391ce095c7dd129a667fe54d (patch)
tree5b43863b1a7bd1c4be826ff92ca0f18a4c8ba1c5
parent3f05db55c077ed03400691ce8e827c362021f4ef (diff)
downloadsamba-6d1ee8b21a17331f391ce095c7dd129a667fe54d.tar.gz
lib/async_req: do not install async_connect_send_test.
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)
-rw-r--r--lib/async_req/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/async_req/wscript_build b/lib/async_req/wscript_build
index 2a338b09bbc..4104f79315b 100644
--- a/lib/async_req/wscript_build
+++ b/lib/async_req/wscript_build
@@ -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
)