1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00

Fix missing dependency on libreplace.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Feb 21 01:17:33 CET 2011 on sn-devel-104
This commit is contained in:
Jelmer Vernooij
2011-02-21 00:26:12 +01:00
parent 1273d504f2
commit 82fa772fa2

View File

@ -10,7 +10,7 @@ if bld.env._SAMBA_BUILD_ == 4:
bld.SAMBA_SUBSYSTEM('ICONV_WRAPPER',
source='iconv.c',
public_deps='iconv')
public_deps='iconv replace')
bld.SAMBA_SUBSYSTEM('CODEPOINTS',
source='codepoints.c',