summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-04-25 05:47:50 +0000
committerAndrew Tridgell <tridge@samba.org>2001-04-25 05:47:50 +0000
commit5f9dca64daea8bf910a66e1178ad0336628fdc9f (patch)
tree16e3da57db7ae142a68559ff1031bfcede85ac85 /source3/Makefile.in
parent77076b01d286ad296930cd83cafc3a4bf0ae5db6 (diff)
downloadsamba-5f9dca64daea8bf910a66e1178ad0336628fdc9f.tar.gz
samba-5f9dca64daea8bf910a66e1178ad0336628fdc9f.tar.bz2
samba-5f9dca64daea8bf910a66e1178ad0336628fdc9f.zip
merge some of the nsswitch code from tng to head
the libnss_winbind.so from head now works with the winbindd from tng (This used to be commit 67ccfd2826548a6ca22562f9fb3ae156a57bd7db)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index d3c0c185a0..e8c649ac66 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -384,9 +384,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/winbind_nss.o nsswitch/wb_common.o
WINBIND_NSS_PICOBJS = $(WINBIND_NSS_OBJ:.o=.po)