summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-06 04:58:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:37 -0500
commit014f70008fcfdb631031c48aa9654ad5b42e62f9 (patch)
tree6a4b96d6a166633c9fdbca6e8bd001da90d0164b /source4/lib
parenta983b06d37c3b87a02444d9a9862777b88629344 (diff)
downloadsamba-014f70008fcfdb631031c48aa9654ad5b42e62f9.tar.gz
samba-014f70008fcfdb631031c48aa9654ad5b42e62f9.tar.bz2
samba-014f70008fcfdb631031c48aa9654ad5b42e62f9.zip
r18130: the move to system/ in libreplace broke some things ... should be
happier now (This used to be commit 18542f184f75074e56a9793a9e3b6c6d747bb9e6)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/common/attrib_handlers.c1
-rw-r--r--source4/lib/ldb/common/ldb_ldif.c1
-rw-r--r--source4/lib/ldb/common/ldb_parse.c1
-rw-r--r--source4/lib/ldb/common/ldb_utf8.c1
-rw-r--r--source4/lib/registry/config.mk1
-rw-r--r--source4/lib/socket/config.mk6
-rw-r--r--source4/lib/util/config.mk3
7 files changed, 10 insertions, 4 deletions
diff --git a/source4/lib/ldb/common/attrib_handlers.c b/source4/lib/ldb/common/attrib_handlers.c
index ec89bdd1c4..8e437964f4 100644
--- a/source4/lib/ldb/common/attrib_handlers.c
+++ b/source4/lib/ldb/common/attrib_handlers.c
@@ -28,6 +28,7 @@
#include "includes.h"
#include "ldb/include/includes.h"
+#include "system/locale.h"
/*
default handler that just copies a ldb_val.
diff --git a/source4/lib/ldb/common/ldb_ldif.c b/source4/lib/ldb/common/ldb_ldif.c
index 7501e89222..593a895262 100644
--- a/source4/lib/ldb/common/ldb_ldif.c
+++ b/source4/lib/ldb/common/ldb_ldif.c
@@ -38,6 +38,7 @@
#include "includes.h"
#include "ldb/include/includes.h"
+#include "system/locale.h"
/*
diff --git a/source4/lib/ldb/common/ldb_parse.c b/source4/lib/ldb/common/ldb_parse.c
index 939bf31eb9..d9044a8b0c 100644
--- a/source4/lib/ldb/common/ldb_parse.c
+++ b/source4/lib/ldb/common/ldb_parse.c
@@ -43,6 +43,7 @@
#include "includes.h"
#include "ldb/include/includes.h"
+#include "system/locale.h"
/*
a filter is defined by:
diff --git a/source4/lib/ldb/common/ldb_utf8.c b/source4/lib/ldb/common/ldb_utf8.c
index 1951e6edca..d2d12b8f51 100644
--- a/source4/lib/ldb/common/ldb_utf8.c
+++ b/source4/lib/ldb/common/ldb_utf8.c
@@ -34,6 +34,7 @@
#include "includes.h"
#include "ldb/include/includes.h"
+#include "system/locale.h"
/*
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk
index 89a77c231e..4f719a9c07 100644
--- a/source4/lib/registry/config.mk
+++ b/source4/lib/registry/config.mk
@@ -34,6 +34,7 @@ INIT_FUNCTION = registry_w95_init
SUBSYSTEM = registry
OBJ_FILES = \
reg_backend_w95.o
+PUBLIC_DEPENDENCIES = LIBREPLACE
# End MODULE registry_w95
################################################
diff --git a/source4/lib/socket/config.mk b/source4/lib/socket/config.mk
index a823efb23e..5799eb86f8 100644
--- a/source4/lib/socket/config.mk
+++ b/source4/lib/socket/config.mk
@@ -16,7 +16,7 @@ SUBSYSTEM = samba-socket
OUTPUT_TYPE = INTEGRATED
OBJ_FILES = \
socket_ipv4.o
-PUBLIC_DEPENDENCIES = EXT_SOCKET EXT_NSL
+PUBLIC_DEPENDENCIES = EXT_SOCKET EXT_NSL LIBREPLACE
PRIVATE_DEPENDENCIES = LIBSAMBA-ERRORS
# End MODULE socket_ipv4
################################################
@@ -28,7 +28,7 @@ SUBSYSTEM = samba-socket
OUTPUT_TYPE = INTEGRATED
OBJ_FILES = \
socket_ipv6.o
-PUBLIC_DEPENDENCIES = EXT_SOCKET EXT_NSL
+PUBLIC_DEPENDENCIES = EXT_SOCKET EXT_NSL LIBREPLACE
# End MODULE socket_ipv6
################################################
@@ -39,7 +39,7 @@ SUBSYSTEM = samba-socket
OUTPUT_TYPE = INTEGRATED
OBJ_FILES = \
socket_unix.o
-PUBLIC_DEPENDENCIES = EXT_SOCKET EXT_NSL
+PUBLIC_DEPENDENCIES = EXT_SOCKET EXT_NSL LIBREPLACE
# End MODULE socket_unix
################################################
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk
index 0a05c67226..3a8eb78e50 100644
--- a/source4/lib/util/config.mk
+++ b/source4/lib/util/config.mk
@@ -38,6 +38,7 @@ OBJ_FILES = pidfile.o
[SUBSYSTEM::UNIX_PRIVS]
PRIVATE_PROTO_HEADER = unix_privs.h
OBJ_FILES = unix_privs.o
+PUBLIC_DEPENDENCIES = LIBREPLACE
################################################
# Start SUBSYSTEM WRAP_XATTR
@@ -45,7 +46,7 @@ OBJ_FILES = unix_privs.o
PUBLIC_PROTO_HEADER = wrap_xattr.h
OBJ_FILES = \
wrap_xattr.o
-PUBLIC_DEPENDENCIES = XATTR
+PUBLIC_DEPENDENCIES = XATTR LIBREPLACE
#
# End SUBSYSTEM WRAP_XATTR
################################################