svn commit: samba r22367 - in branches/SAMBA_4_0/source/lib/socket_wrapper: .

metze at samba.org metze at samba.org
Thu Apr 19 09:15:56 GMT 2007


Author: metze
Date: 2007-04-19 09:15:55 +0000 (Thu, 19 Apr 2007)
New Revision: 22367

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22367

Log:
prepare merge to samba3

metze
Modified:
   branches/SAMBA_4_0/source/lib/socket_wrapper/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/socket_wrapper/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/socket_wrapper/config.m4	2007-04-19 09:08:53 UTC (rev 22366)
+++ branches/SAMBA_4_0/source/lib/socket_wrapper/config.m4	2007-04-19 09:15:55 UTC (rev 22367)
@@ -12,7 +12,11 @@
         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)



More information about the samba-cvs mailing list