5a4cd443c9
Guenther
30 lines
905 B
Diff
30 lines
905 B
Diff
From 7c19caf31cd139ded15f634de20d95589253c49e Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?G=C3=BCnther=20Deschner?= <gd@samba.org>
|
|
Date: Thu, 12 Jul 2018 23:32:36 +0200
|
|
Subject: [PATCH] s3-tldap: do not install test_tldap
|
|
|
|
Guenther
|
|
|
|
Signed-off-by: Guenther Deschner <gd@samba.org>
|
|
---
|
|
source3/wscript_build | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/source3/wscript_build b/source3/wscript_build
|
|
index 03d5724ee11..becaffe61c4 100644
|
|
--- a/source3/wscript_build
|
|
+++ b/source3/wscript_build
|
|
@@ -114,7 +114,8 @@ bld.SAMBA3_BINARY('test_tldap',
|
|
samba3util
|
|
smbconf
|
|
cmocka
|
|
- ''')
|
|
+ ''',
|
|
+ install=False)
|
|
|
|
# libpdb.so should not expose internal symbols that are only usable
|
|
# to the statically linked modules that are merged into libpdb.
|
|
--
|
|
2.17.1
|
|
|