summaryrefslogtreecommitdiff
path: root/lib/async_req
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-01 14:39:37 +0100
committerRalph Böhme <slow@samba.org>2015-12-01 17:41:19 +0100
commit632114584d3be0d4660e97a6c9e69e577a7bc1e2 (patch)
tree7927b00b42ad952aff7c9f81a4004e387f13c3fc /lib/async_req
parent3bbd8d3614af641535ab0925303ad07c03c4e094 (diff)
downloadsamba-632114584d3be0d4660e97a6c9e69e577a7bc1e2.tar.gz
lib/async_req: do not install async_connect_send_test.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'lib/async_req')
-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 9c2522376db..bf79fdd24d1 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
)