[PATCH] lib/async_req: do not install async_connect_send_test

Günther Deschner gd at samba.org
Tue Dec 1 13:45:26 UTC 2015


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Ralf,

we should not install async_connect_send_test I think.

Please review & push

Thanks,
Guenther
- -- 
Günther Deschner                    GPG-ID: 8EE11688
Red Hat                         gdeschner at redhat.com
Samba Team                              gd at samba.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iEYEARECAAYFAlZdpG4ACgkQSOk3aI7hFojIvACZAecs08mm+eP6bnmKd6mJ3Xj0
UYUAn10Ts+RY6vg5UelNl7LamMmWAx2J
=iou8
-----END PGP SIGNATURE-----
-------------- next part --------------
From 28d818aef7036f86eb5e2cd59619f2d70de9627d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=BCnther=20Deschner?= <gd at samba.org>
Date: Tue, 1 Dec 2015 14:39:37 +0100
Subject: [PATCH] lib/async_req: do not install async_connect_send_test.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Guenther

Signed-off-by: Günther Deschner <gd at samba.org>
---
 lib/async_req/wscript_build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/async_req/wscript_build b/lib/async_req/wscript_build
index 9c25223..11584b7 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)
 )
-- 
2.5.0



More information about the samba-technical mailing list