build: setnttoken depends on libreplace
authorAndrew Tridgell <tridge@samba.org>
Tue, 23 Mar 2010 14:57:22 +0000 (10:57 -0400)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:01 +0000 (20:27 +1000)
source4/utils/wscript_build

index 4dde99e2f7fce2807fe731a3ab67a634d8388ffb..d3ab2559211b0f015a9686b1779dfeda7517465f 100644 (file)
@@ -14,7 +14,7 @@ bld.SAMBA_BINARY('ntlm_auth',
 bld.SAMBA_BINARY('setnttoken',
        source='setnttoken.c',
        installdir='BINDIR',
-       deps=''
+       deps='replace'
        )