diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-19 09:15:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:08 -0500 |
commit | 35bc907a631a8fab3b2305ac4e27ccbb0c201fcf (patch) | |
tree | 8247f762911d19ce97145257cde7b0253229cb34 /source4 | |
parent | 361e0b0bd7af14ca8e9c7fb442c90029e07b9ea2 (diff) | |
download | samba-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')
-rw-r--r-- | source4/lib/socket_wrapper/config.m4 | 4 |
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) |