diff options
author | Jeremy Allison <jra@samba.org> | 2003-07-07 21:00:33 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-07-07 21:00:33 +0000 |
commit | 755486e0119e2ad464e90b363e050c282d49823a (patch) | |
tree | ddb25dd45727e3de4151d5e91c5a102c092a81f0 | |
parent | 45ac30db09332bc5de20ea15cc07c25ebc6fb6f7 (diff) | |
download | samba-755486e0119e2ad464e90b363e050c282d49823a.tar.gz samba-755486e0119e2ad464e90b363e050c282d49823a.tar.bz2 samba-755486e0119e2ad464e90b363e050c282d49823a.zip |
Fix the build...
Jeremy.
(This used to be commit 61e9c49cd67e73260738ca2482aa8f8dc5ce7366)
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
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) \ |