summaryrefslogtreecommitdiff
path: root/source4/libnet/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-08-27 03:38:46 +0200
committerAndrew Tridgell <tridge@samba.org>2010-08-27 04:41:40 +0200
commitbdab6c36e84178b361b77ad0ee70757df6aca26a (patch)
tree4b8bd2f687e0dd9df39377896714f0e4d7f823fc /source4/libnet/wscript_build
parent64552e11dd4435ebd85a0c291987457a99d7fe50 (diff)
downloadsamba-bdab6c36e84178b361b77ad0ee70757df6aca26a.tar.gz
samba-bdab6c36e84178b361b77ad0ee70757df6aca26a.tar.bz2
samba-bdab6c36e84178b361b77ad0ee70757df6aca26a.zip
s4-pynet: pynet depends on pyrpc_util
Diffstat (limited to 'source4/libnet/wscript_build')
-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'
)