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:
parent
5d18c5e5ec
commit
1de4390353
@ -34,4 +34,5 @@ def build(bld):
|
||||
subsystem='rpc',
|
||||
allow_undefined_symbols=True,
|
||||
init_function='',
|
||||
internal_module=False)
|
||||
internal_module=False,
|
||||
install=False)
|
||||
|
Loading…
Reference in New Issue
Block a user