From 92f47c03e0b8685c5f4f120dfdfb994f6dcaf9c1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 3 Dec 2001 08:15:18 +0000 Subject: make proto should build winbindd_proto.h as well (This used to be commit c8339ce5c88a371728a329d0e80266fe41c00fee) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index e347d19766..993d441d9f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -800,7 +800,7 @@ include/build_env.h: headers: delheaders include/proto.h include/build_env.h -proto: headers +proto: headers winbindd_proto etags: etags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/` -- cgit