summaryrefslogtreecommitdiff
path: root/source4/lib/socket_wrapper
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-06 05:42:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:37 -0500
commitbf5b0606a53251d47ae220d3771b953d8e4a7b22 (patch)
treef10d116036c2a95eca6afc982f80c7dad5fa9804 /source4/lib/socket_wrapper
parenteaf584cd9746c2c1cc532901633b1a47a16a8836 (diff)
downloadsamba-bf5b0606a53251d47ae220d3771b953d8e4a7b22.tar.gz
samba-bf5b0606a53251d47ae220d3771b953d8e4a7b22.tar.bz2
samba-bf5b0606a53251d47ae220d3771b953d8e4a7b22.zip
r18134: the lib/replace/system/filesys.h in this patch should be
system/filesys.h, but it doesn't work. Metze is looking into it :-) (This used to be commit 0dc0b7ff613d39f93c1680116c04348b720afaff)
Diffstat (limited to 'source4/lib/socket_wrapper')
-rw-r--r--source4/lib/socket_wrapper/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/socket_wrapper/config.mk b/source4/lib/socket_wrapper/config.mk
index 9e194230dc..9d38e75341 100644
--- a/source4/lib/socket_wrapper/config.mk
+++ b/source4/lib/socket_wrapper/config.mk
@@ -6,6 +6,6 @@ SO_VERSION = 0
DESCRIPTION = Wrapper library for testing TCP/IP connections using Unix Sockets
PUBLIC_HEADERS = socket_wrapper.h
OBJ_FILES = socket_wrapper.o
-PRIVATE_DEPENDENCIES = EXT_SOCKET
+PRIVATE_DEPENDENCIES = EXT_SOCKET LIBREPLACE
# End SUBSYSTEM SOCKET_WRAPPER
##############################