1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00

s4-ldb: fixed build of oLschema2ldif

This commit is contained in:
Andrew Tridgell
2010-11-01 18:45:44 +11:00
parent 6f2c4abadd
commit 952ce1521c

View File

@ -11,6 +11,6 @@ bld.SAMBA_BINARY('ntlm_auth',
bld.SAMBA_BINARY('oLschema2ldif',
source='oLschema2ldif.c',
manpages='man/oLschema2ldif.1',
deps='ldb-cmdline SAMDB'
deps='ldb-cmdline SAMDB POPT_SAMBA'
)