summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 11:25:59 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:24 +1100
commit2dcb596e8302856a66e8d6f11457ad87d1ad1dab (patch)
tree64033d3b02f062e30fa592113f61488968e7d307 /source4/librpc
parent7cba3cfac8781061e4114573517b30baedbf891a (diff)
downloadsamba-2dcb596e8302856a66e8d6f11457ad87d1ad1dab.tar.gz
samba-2dcb596e8302856a66e8d6f11457ad87d1ad1dab.tar.bz2
samba-2dcb596e8302856a66e8d6f11457ad87d1ad1dab.zip
s4-waf: removed dependencies on missing subsystems
these were left over from the old config.mk system
Diffstat (limited to 'source4/librpc')
-rwxr-xr-xsource4/librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index 03841ef36a..f2f6751446 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -202,7 +202,7 @@ bld.SAMBA_PYTHON('python_winreg',
bld.SAMBA_PYTHON('python_dcerpc_misc',
source='../../librpc/gen_ndr/py_misc.c',
- deps='PYTALLOC pyrpc_util NDR_MISC NDR_KRB5PAC',
+ deps='PYTALLOC pyrpc_util NDR_KRB5PAC',
realname='samba/dcerpc/misc.so'
)