From f17bdaf10a723dca72eaabc40d292ab3b03d10a2 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 22 Jun 2006 19:42:38 +0000 Subject: r16470: remove ntlm_auth_proto.h and passwd_proto.h in 'make clean (This used to be commit 8421d1b080dd65d1459cc66f0bd4e20fed5d0385) --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index bba2945613..136f597af3 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1616,7 +1616,8 @@ delheaders: @rm -f include/proto.h include/build_env.h \ nsswitch/winbindd_proto.h web/swat_proto.h \ client/client_proto.h utils/net_proto.h \ - smbd/build_options.c + smbd/build_options.c utils/ntlm_auth_proto.h \ + utils/passwd_proto.h MKPROTO_SH = $(srcdir)/script/mkproto.sh -- cgit