diff options
author | Tim Potter <tpot@samba.org> | 2001-07-24 06:54:58 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-07-24 06:54:58 +0000 |
commit | 9521c7c85dac2fb7e95657a4594eb47de9e82a0c (patch) | |
tree | 0272b25046146347616588fabcf2df90da102044 | |
parent | 5408d8bb396bdc1369a91e192795380350a0be3d (diff) | |
download | samba-9521c7c85dac2fb7e95657a4594eb47de9e82a0c.tar.gz samba-9521c7c85dac2fb7e95657a4594eb47de9e82a0c.tar.xz samba-9521c7c85dac2fb7e95657a4594eb47de9e82a0c.zip |
make nsswitch target wasn't building the winbind pam module.
(This used to be commit 2484f0fc39f931d9c50dff2b89c4d30536ac8c60)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index a4ea95f6ec..c1f0c8ee15 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -419,7 +419,7 @@ debug2html : CHECK bin/debug2html smbfilter : CHECK bin/smbfilter -nsswitch : CHECK $(WINBIND_PROGS) +nsswitch : CHECK @WINBIND_TARGETS@ .SUFFIXES: .SUFFIXES: .c .o .po .po32 .lo |