diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-19 19:50:57 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:54 +1000 |
commit | 6ef00262efd7e42b5ca5ca9ebe20af4863e7611b (patch) | |
tree | fbd0991534c063f6302d4cb1a4803958a5b405bd /lib | |
parent | 3254003956d069df3860cba3f58d11f1055e06b0 (diff) | |
download | samba-6ef00262efd7e42b5ca5ca9ebe20af4863e7611b.tar.gz samba-6ef00262efd7e42b5ca5ca9ebe20af4863e7611b.tar.bz2 samba-6ef00262efd7e42b5ca5ca9ebe20af4863e7611b.zip |
build: don't install talloc_testsuite and ldbtest
Diffstat (limited to 'lib')
-rw-r--r-- | lib/talloc/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript index 8eb299e898..ad2a38e9f0 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -22,4 +22,5 @@ def build(bld): bld.SAMBA_BINARY('talloc_testsuite', 'testsuite.c testsuite_main.c', - deps='talloc') + deps='talloc', + install=False) |