summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-03-20 11:09:21 +0100
committerKarolin Seeger <kseeger@samba.org>2019-03-26 12:30:35 +0000
commit300d52de7e5ca115a9427b62c14bd20afc320015 (patch)
treec7d08465c1c4b21e446ff11902ca79824f503293
parent96a229b02812e3a989eb9b96f888e087d9e0969a (diff)
downloadsamba-300d52de7e5ca115a9427b62c14bd20afc320015.tar.gz
s4:librpc: Fix installation of Samba
This breaks installation of Samba 4.10 on Fedora. https://bugzilla.samba.org/show_bug.cgi?id=13847 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> (cherry picked from commit bf469343f577e2d78df0e38d80e7976b351eaf0d) Autobuild-User(v4-8-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-8-test): Tue Mar 26 12:30:35 UTC 2019 on sn-devel-144
-rw-r--r--source4/librpc/wscript_build8
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index ce893a217c0..e9ca129c0f8 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -385,14 +385,6 @@ for env in bld.gen_python_environments():
cflags_end=gen_cflags
)
- bld.SAMBA_PYTHON('python_idmap',
- source='../../librpc/gen_ndr/py_idmap.c',
- deps='NDR_IDMAP pytalloc-util pyrpc_util',
- realname='samba/dcerpc/idmap.so',
- cflags_end=gen_cflags
- )
-
-
bld.SAMBA_PYTHON('python_drsuapi',
source='../../librpc/gen_ndr/py_drsuapi.c',
deps='RPC_NDR_DRSUAPI pytalloc-util pyrpc_util',