summaryrefslogtreecommitdiff
path: root/source4/lib/ldb-samba/wscript_build
blob: 15f031ba37808026b57f5dd5b6b6edccad2e944c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env python


bld.SAMBA_SUBSYSTEM('LDBSAMBA',
	source='ldif_handlers.c',
	autoproto='ldif_handlers_proto.h',
	public_deps='ldb',
	deps='LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS CREDENTIALS'
	)


bld.SAMBA_PYTHON('pyldbsamba', 'pyldb.c',
				 deps='LDBSAMBA pyparam_util',
				 realname='samba/_ldb.so')