diff options
author | Herb Lewis <herb@samba.org> | 2001-12-21 05:13:36 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-12-21 05:13:36 +0000 |
commit | c10bc7b9a1410f5df4ff665a791ddd59e443556b (patch) | |
tree | 64a629199c04116e8e39840c8458d50983d8b553 /source3/Makefile.in | |
parent | c5f44afda7f9525c71210391420898178fdf4e65 (diff) | |
download | samba-c10bc7b9a1410f5df4ff665a791ddd59e443556b.tar.gz samba-c10bc7b9a1410f5df4ff665a791ddd59e443556b.tar.bz2 samba-c10bc7b9a1410f5df4ff665a791ddd59e443556b.zip |
remove duplicate lines
(This used to be commit b60d6f11972892a17bf6df5e7ee3dd2e498bc4c0)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index da1eb419f5..1ba5d16c5c 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -412,9 +412,6 @@ PAM_SMBPASS_OBJ_0 = pam_smbpass/pam_smb_auth.o pam_smbpass/pam_smb_passwd.o \ PAM_SMBPASS_PICOOBJ = $(PAM_SMBPASS_OBJ_0:.o=.po) -NSS_OBJ_0 = nsswitch/wins.o $(PARAM_OBJ) $(UBIQX_OBJ) $(LIBSMB_OBJ) $(LIB_OBJ) $(NSSWINS_OBJ) -NSS_OBJ = $(NSS_OBJ_0:.o=.po) - WINBINDD_OBJ1 = \ nsswitch/winbindd.o \ nsswitch/winbindd_user.o \ |