diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-23 10:57:22 -0400 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:01 +1000 |
commit | 9c0c4a5011e58c3a3195f995e05efba1248ad422 (patch) | |
tree | f089d2ab711abf1da159c194a6d7e2a862ca0631 /source4 | |
parent | 04fed1f2b6c8a6ba257a436b80ef19d4ec3db1c7 (diff) | |
download | samba-9c0c4a5011e58c3a3195f995e05efba1248ad422.tar.gz samba-9c0c4a5011e58c3a3195f995e05efba1248ad422.tar.bz2 samba-9c0c4a5011e58c3a3195f995e05efba1248ad422.zip |
build: setnttoken depends on libreplace
Diffstat (limited to 'source4')
-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 4dde99e2f7..d3ab255921 100644 --- a/source4/utils/wscript_build +++ b/source4/utils/wscript_build @@ -14,7 +14,7 @@ bld.SAMBA_BINARY('ntlm_auth', bld.SAMBA_BINARY('setnttoken', source='setnttoken.c', installdir='BINDIR', - deps='' + deps='replace' ) |