summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2020-07-02 18:56:20 +0200
committerKarolin Seeger <kseeger@samba.org>2020-07-07 08:16:39 +0000
commit03eb7b7c0de6a6191a54583f388cd84e32c982dc (patch)
tree005be3f049873dc55f6f28fb4eda4063f46e8c96
parentb36dc13c1a01293a2d1fb5e35cce673545a00153 (diff)
downloadsamba-03eb7b7c0de6a6191a54583f388cd84e32c982dc.tar.gz
lib/util: do not install "test_util_paths"
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14370 Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Autobuild-User(v4-11-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-11-test): Tue Jul 7 08:16:40 UTC 2020 on sn-devel-184
-rw-r--r--lib/util/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index 9cf411007eb..84c19bb136f 100644
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -285,4 +285,5 @@ else:
bld.SAMBA_BINARY('test_util_paths',
source='tests/test_util_paths.c',
deps='cmocka replace talloc samba-util',
- local_include=False)
+ local_include=False,
+ install=False)