From 15312e7310b63fbb22db319f201a8ce4f667ea62 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 26 Aug 2009 11:33:16 +0200 Subject: s3:winbind: Add async wb_dsgetdcname --- 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 7a07350876..221b965cab 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1182,6 +1182,7 @@ WINBINDD_OBJ1 = \ winbindd/wb_query_user_list.o \ winbindd/wb_fill_pwent.o \ winbindd/wb_next_pwent.o \ + winbindd/wb_dsgetdcname.o \ winbindd/winbindd_lookupsid.o \ winbindd/winbindd_lookupname.o \ winbindd/winbindd_sid_to_uid.o \ -- cgit