From 3dff331a1d50f2e83e2fd87ee6b1df3106d5cda7 Mon Sep 17 00:00:00 2001 From: James Peach Date: Tue, 24 Apr 2007 18:19:13 +0000 Subject: r22507: Wrap the method of obtaining sockets to listen on. (This used to be commit e027322b769b896184484155fef7c2ba247412a4) --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index c5db7023d6..f98ca90347 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -811,6 +811,7 @@ IDMAP_NSS_OBJ = sam/idmap_nss.o @IDMAP_NSS_STATIC@ WINBINDD_OBJ1 = \ nsswitch/winbindd.o \ + nsswitch/winbindd_sockinit.o \ nsswitch/winbindd_user.o \ nsswitch/winbindd_group.o \ nsswitch/winbindd_util.o \ -- cgit