From 9521c7c85dac2fb7e95657a4594eb47de9e82a0c Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 24 Jul 2001 06:54:58 +0000 Subject: make nsswitch target wasn't building the winbind pam module. (This used to be commit 2484f0fc39f931d9c50dff2b89c4d30536ac8c60) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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 -- cgit