diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-01 18:45:44 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-01 18:55:20 +1100 |
commit | 952ce1521c319e7427c12fa82f22ca5cb15018f6 (patch) | |
tree | cd04e3444a82c53f17849bad76d310287b367ed9 | |
parent | 6f2c4abadd6097d949b388cc4d9c4ebd77f0df10 (diff) | |
download | samba-952ce1521c319e7427c12fa82f22ca5cb15018f6.tar.gz samba-952ce1521c319e7427c12fa82f22ca5cb15018f6.tar.xz samba-952ce1521c319e7427c12fa82f22ca5cb15018f6.zip |
s4-ldb: fixed build of oLschema2ldif
-rw-r--r-- | source4/utils/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/wscript_build b/source4/utils/wscript_build index 5658eff1723..cc2a574f7c3 100644 --- a/source4/utils/wscript_build +++ b/source4/utils/wscript_build @@ -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' ) |