From: Stefan Metzmacher Date: Tue, 15 Jan 2008 12:56:57 +0000 (+0100) Subject: nss_winbind: nss_winbind.so doesn't need socket wrapper any more X-Git-Tag: samba-3.2.0pre2~42^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed559b4a59e826851cb9894f0e519eaedb523f9d;p=thirdparty%2Fsamba.git nss_winbind: nss_winbind.so doesn't need socket wrapper any more metze --- diff --git a/source/Makefile.in b/source/Makefile.in index c7d26153f6a..addd43fc461 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -929,7 +929,7 @@ WBINFO_OBJ = nsswitch/wbinfo.o $(LIBSAMBA_OBJ) $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \ $(SECRETS_OBJ) $(POPT_LIB_OBJ) $(AFS_SETTOKEN_OBJ) $(RPC_PARSE_OBJ1) \ $(DOSERR_OBJ) lib/winbind_util.o @LIBWBCLIENT_STATIC@ -WINBIND_NSS_OBJ = $(WBCOMMON_OBJ) $(LIBREPLACE_OBJ) $(SOCKET_WRAPPER_OBJ) @WINBIND_NSS_EXTRA_OBJS@ +WINBIND_NSS_OBJ = $(WBCOMMON_OBJ) $(LIBREPLACE_OBJ) @WINBIND_NSS_EXTRA_OBJS@ LDB_COMMON_OBJ=lib/ldb/common/ldb.o lib/ldb/common/ldb_ldif.o \ lib/ldb/common/ldb_parse.o lib/ldb/common/ldb_msg.o lib/ldb/common/ldb_utf8.o \