summaryrefslogtreecommitdiff
path: root/source4/utils/wscript_build
blob: 166413a7ec32d08e7c8535799bb7a9fc65667626 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

bld.SAMBA_BINARY('oLschema2ldif',
	source='oLschema2ldif.c',
	manpages='man/oLschema2ldif.1',
	deps='samdb POPT_SAMBA'
	)