From 8d137d97858a618c8c5451bb7b11fb95990540c8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 27 Apr 2006 16:05:05 +0000 Subject: r15295: Fix some dependencies Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed. (This used to be commit 03224e112424968fc3f547c6159c7ccae2d1aa5b) --- source4/lib/util/config.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'source4/lib/util/config.mk') diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk index 4e81725ea5..267d7fdbc1 100644 --- a/source4/lib/util/config.mk +++ b/source4/lib/util/config.mk @@ -19,7 +19,6 @@ OBJ_FILES = xfile.o \ dprintf.o \ util_str.o \ util_strlist.o \ - util_unistr.o \ util_file.o \ data_blob.o \ util.o \ @@ -32,10 +31,8 @@ OBJ_FILES = xfile.o \ idtree.o \ module.o PUBLIC_DEPENDENCIES = \ - CHARSET LIBREPLACE LIBCRYPTO DL LIBTALLOC \ - SOCKET_WRAPPER \ -# for the base64 functions - ldb + LIBREPLACE LIBCRYPTO DL LIBTALLOC \ + SOCKET_WRAPPER [SUBSYSTEM::PIDFILE] PRIVATE_PROTO_HEADER = pidfile.h -- cgit