diff options
author | Gerald Carter <jerry@samba.org> | 2003-04-02 16:45:23 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-04-02 16:45:23 +0000 |
commit | 02d71a62226305ff4467865ae061d3a405376c9b (patch) | |
tree | 2f99cf28fe54dbf05c064189016e154c00938fa5 | |
parent | 6c24a60b8dbdf4e76a18d757dfbc2e89dc73b658 (diff) | |
download | samba-02d71a62226305ff4467865ae061d3a405376c9b.tar.gz samba-02d71a62226305ff4467865ae061d3a405376c9b.tar.bz2 samba-02d71a62226305ff4467865ae061d3a405376c9b.zip |
nsswitch/winbind_nss.c doesn't exist
(This used to be commit 1370cc99a469511ee85373411647fb2c5c2f6180)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |