From: Stefan Metzmacher Date: Tue, 15 Jan 2008 12:57:58 +0000 (+0100) Subject: krb5_locator: winbind_krb5_locator.o doesn't need socket wrapper any more X-Git-Tag: samba-3.2.0pre2~42^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5fb8b443a7c4ebf68ed005990683718c1092747;p=thirdparty%2Fsamba.git krb5_locator: winbind_krb5_locator.o doesn't need socket wrapper any more metze --- diff --git a/source/Makefile.in b/source/Makefile.in index addd43fc461..42601452eab 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -967,7 +967,7 @@ LDBDEL_OBJ = $(LDB_CMDLINE_OBJ) lib/ldb/tools/ldbdel.o LDBMODIFY_OBJ = $(LDB_CMDLINE_OBJ) lib/ldb/tools/ldbmodify.o WINBIND_KRB5_LOCATOR_OBJ1 = nsswitch/winbind_krb5_locator.o -WINBIND_KRB5_LOCATOR_OBJ = $(WINBIND_KRB5_LOCATOR_OBJ1) $(WBCOMMON_OBJ) $(LIBREPLACE_OBJ) $(SOCKET_WRAPPER_OBJ) +WINBIND_KRB5_LOCATOR_OBJ = $(WINBIND_KRB5_LOCATOR_OBJ1) $(WBCOMMON_OBJ) $(LIBREPLACE_OBJ) POPT_OBJ=popt/findme.o popt/popt.o popt/poptconfig.o \ popt/popthelp.o popt/poptparse.o