From 172a83d72491f90f6191be1040ef8b2e1789bd2e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 13 May 2006 19:14:12 +0000 Subject: r15573: Fix build of systems that have iconv headers in non-standard locations Split of system/locale.h header from system/iconv.h Previously, iconv wasn't being used on these systems (This used to be commit aa6d66fda69779d1c2948a1aca85dbd5208f1cba) --- source4/torture/local/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/local') diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 28d231ebe5..b98c3b3516 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -21,6 +21,7 @@ PUBLIC_DEPENDENCIES = \ RPC_NDR_ECHO \ LIBCLI_SMB \ MESSAGING \ + ICONV \ registry # End SUBSYSTEM TORTURE_LOCAL ################################# -- cgit