summaryrefslogtreecommitdiff
path: root/source4/lib/socket_wrapper
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-19 09:15:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:08 -0500
commit35bc907a631a8fab3b2305ac4e27ccbb0c201fcf (patch)
tree8247f762911d19ce97145257cde7b0253229cb34 /source4/lib/socket_wrapper
parent361e0b0bd7af14ca8e9c7fb442c90029e07b9ea2 (diff)
downloadsamba-35bc907a631a8fab3b2305ac4e27ccbb0c201fcf.tar.gz
samba-35bc907a631a8fab3b2305ac4e27ccbb0c201fcf.tar.bz2
samba-35bc907a631a8fab3b2305ac4e27ccbb0c201fcf.zip
r22367: prepare merge to samba3
metze (This used to be commit 8da55d6a64925f55f313c928d0441ff607ab3c07)
Diffstat (limited to 'source4/lib/socket_wrapper')
-rw-r--r--source4/lib/socket_wrapper/config.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/socket_wrapper/config.m4 b/source4/lib/socket_wrapper/config.m4
index c830ac6305..f3ffb895a9 100644
--- a/source4/lib/socket_wrapper/config.m4
+++ b/source4/lib/socket_wrapper/config.m4
@@ -12,7 +12,11 @@ if eval "test x$enable_socket_wrapper = xyes"; then
AC_DEFINE(SOCKET_WRAPPER,1,[Use socket wrapper library])
DEFAULT_TEST_OPTIONS=--socket-wrapper
HAVE_SOCKET_WRAPPER=yes
+
+ # this is only used for samba3
+ SOCKET_WRAPPER_OBJS="lib/socket_wrapper/socket_wrapper.o"
fi
AC_SUBST(DEFAULT_TEST_OPTIONS)
AC_SUBST(HAVE_SOCKET_WRAPPER)
+AC_SUBST(SOCKET_WRAPPER_OBJS)