diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/messaging/wscript_build | 2 | ||||
-rw-r--r-- | source4/lib/registry/wscript_build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/messaging/wscript_build b/source4/lib/messaging/wscript_build index d775d6f7c6..983895ec26 100644 --- a/source4/lib/messaging/wscript_build +++ b/source4/lib/messaging/wscript_build @@ -9,7 +9,7 @@ bld.SAMBA_SUBSYSTEM('MESSAGING', bld.SAMBA_PYTHON('python_messaging', source='pymessaging.c', - deps='MESSAGING LIBEVENTS python_irpc pyparam_util', + deps='MESSAGING LIBEVENTS pyparam_util', realname='samba/messaging.so' ) diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build index de36133f05..592d387a2e 100644 --- a/source4/lib/registry/wscript_build +++ b/source4/lib/registry/wscript_build @@ -63,7 +63,7 @@ bld.SAMBA_SUBSYSTEM('torture_registry', bld.SAMBA_PYTHON('py_registry', source='pyregistry.c', - public_deps='registry PYTALLOC pycredentials pyparam_util', + public_deps='registry PYTALLOC pyparam_util', realname='samba/registry.so' ) |