From 02d71a62226305ff4467865ae061d3a405376c9b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 2 Apr 2003 16:45:23 +0000 Subject: nsswitch/winbind_nss.c doesn't exist (This used to be commit 1370cc99a469511ee85373411647fb2c5c2f6180) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 40a51351f0..fa8defcad8 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -588,7 +588,7 @@ WINBINDD_OBJ = \ WBINFO_OBJ = nsswitch/wbinfo.o libsmb/smbencrypt.o libsmb/smbdes.o \ $(POPT_LIB_OBJ) -WINBIND_NSS_OBJ = nsswitch/winbind_nss.o nsswitch/wb_common.o @WINBIND_NSS_EXTRA_OBJS@ +WINBIND_NSS_OBJ = nsswitch/wb_common.o @WINBIND_NSS_EXTRA_OBJS@ WINBIND_NSS_PICOBJS = $(WINBIND_NSS_OBJ:.o=.po) -- cgit