From 755486e0119e2ad464e90b363e050c282d49823a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 7 Jul 2003 21:00:33 +0000 Subject: Fix the build... Jeremy. (This used to be commit 61e9c49cd67e73260738ca2482aa8f8dc5ce7366) --- source3/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 1cdabdf085..1e8f27ba07 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -593,8 +593,7 @@ WINBINDD_OBJ1 = \ nsswitch/winbindd_wins.o \ nsswitch/winbindd_rpc.o \ nsswitch/winbindd_ads.o \ - nsswitch/winbindd_dual.o \ - nsswitch/winbindd_acct.o + nsswitch/winbindd_dual.o WINBINDD_OBJ = \ $(WINBINDD_OBJ1) $(PASSDB_OBJ) $(GROUPDB_OBJ) \ -- cgit