From 592822786d0a26bdf283ca4621c0df6f7f671869 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 4 Aug 2009 15:58:45 -0400 Subject: s3:winbind: Convert WINBINDD_GETSIDALIASES to the new API --- 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 b1053bce05..7879d939f8 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1170,6 +1170,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_getpwsid.o \ winbindd/winbindd_getpwnam.o \ winbindd/winbindd_getpwuid.o \ + winbindd/winbindd_getsidaliases.o \ auth/token_util.o \ ../nsswitch/libwbclient/wb_reqtrans.o \ smbd/connection.o -- cgit