diff options
-rw-r--r-- | source/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index eb691bc46cb..f7e5aaafac6 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -347,9 +347,9 @@ WINBINDD_OBJ = \ $(LIBNMB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \ $(NSSWINS_OBJ) $(SIDDB_OBJ) $(LIBSMB_OBJ) -WBINFO_OBJ = nsswitch/wbinfo.o nsswitch/wb_common.o +WBINFO_OBJ = nsswitch/wbinfo.o -WINBIND_NSS_OBJ = nsswitch/winbind.o nsswitch/wb_common.o +WINBIND_NSS_OBJ = nsswitch/winbindd.o nsswitch/wb_common.o WINBIND_NSS_PICOBJS = $(WINBIND_NSS_OBJ:.o=.po) |