s4-ldb: fixed build of oLschema2ldif
authorAndrew Tridgell <tridge@samba.org>
Mon, 1 Nov 2010 07:45:44 +0000 (18:45 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 1 Nov 2010 07:55:20 +0000 (18:55 +1100)
source4/utils/wscript_build

index 5658eff17239fe6f35bf55f54ae65151c44f41f1..cc2a574f7c3c85cc1199beec5566600dd7543cc3 100644 (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'
        )