diff options
author | John Terpstra <jht@samba.org> | 2002-03-12 04:18:51 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2002-03-12 04:18:51 +0000 |
commit | 9ec285c5685335deb991832d19236fb88b543401 (patch) | |
tree | a3f205fea41d8bb46a1c92f8c371e81166bea613 /source3 | |
parent | 82bd0604d0c30bbecab68f76eda7c6021e2a97bd (diff) | |
download | samba-9ec285c5685335deb991832d19236fb88b543401.tar.gz samba-9ec285c5685335deb991832d19236fb88b543401.tar.bz2 samba-9ec285c5685335deb991832d19236fb88b543401.zip |
Added wins entry.
(This used to be commit a4be3b7b93ac95d16c01519a57fd9c57b20ffcae)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 645539dc82..ad82658158 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -491,6 +491,8 @@ talloctort : SHOWFLAGS bin/talloctort nsswitch : SHOWFLAGS $(WINBIND_PROGS) $(WINBIND_SPROGS) $(LPROGS) +wins : SHOWFLAGS nsswitch/libnss_wins.so + .SUFFIXES: .SUFFIXES: .c .o .po .po32 .lo |