1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

unittests: Do not install the test_dummy rpc module

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12879

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Wed Jul  5 22:21:06 CEST 2017 on sn-devel-144
This commit is contained in:
Andreas Schneider 2017-07-05 10:30:35 +02:00 committed by Andreas Schneider
parent 5d18c5e5ec
commit 1de4390353

View File

@ -34,4 +34,5 @@ def build(bld):
subsystem='rpc',
allow_undefined_symbols=True,
init_function='',
internal_module=False)
internal_module=False,
install=False)