build: Remove --extra-python
[nivanova/samba-autobuild/.git] / source4 / libnet / wscript_build
index 275b35420a70b27d4f77c25c5cf58eec65ea1115..25c15d7aa0bc6e53dcbdf8cc217b843cda6c0b7d 100644 (file)
@@ -6,8 +6,6 @@ for env in bld.gen_python_environments():
        provision = bld.pyembed_libname('PROVISION')
        name = bld.pyembed_libname('samba-net')
        auto_proto='libnet_proto.h'
-       if bld.env['IS_EXTRA_PYTHON']:
-               auto_proto=None
        bld.SAMBA_LIBRARY(name,
                source='libnet.c libnet_passwd.c libnet_time.c libnet_rpc.c libnet_join.c libnet_site.c libnet_become_dc.c libnet_unbecome_dc.c libnet_vampire.c libnet_samdump.c libnet_samsync_ldb.c libnet_user.c libnet_group.c libnet_share.c libnet_lookup.c libnet_domain.c userinfo.c groupinfo.c userman.c groupman.c prereq_domain.c libnet_samsync.c',
                autoproto=auto_proto,