blob: 852e971a4e2f4cb65dc7bab7ec43745763fa43fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/env python
# AUTOGENERATED by mktowscript.pl from ../../source4/lib/ldb-samba/config.mk
# Please remove this notice if hand editing
bld.SAMBA_SUBSYSTEM('LDBSAMBA',
source='ldif_handlers.c',
autoproto='ldif_handlers_proto.h',
public_deps='ldb',
deps='LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS'
)
|