summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/libnet/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/wscript_build b/source4/libnet/wscript_build
index 5bf926b05e..0296bef917 100644
--- a/source4/libnet/wscript_build
+++ b/source4/libnet/wscript_build
@@ -9,7 +9,7 @@ bld.SAMBA_SUBSYSTEM('LIBSAMBA-NET',
bld.SAMBA_PYTHON('python_net',
source='py_net.c',
- deps='LIBSAMBA-NET',
+ deps='LIBSAMBA-NET pyrpc_util',
realname='samba/net.so'
)