From 35bc907a631a8fab3b2305ac4e27ccbb0c201fcf Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 19 Apr 2007 09:15:55 +0000 Subject: r22367: prepare merge to samba3 metze (This used to be commit 8da55d6a64925f55f313c928d0441ff607ab3c07) --- source4/lib/socket_wrapper/config.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/lib/socket_wrapper') 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) -- cgit