summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-22 19:42:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:18:55 -0500
commitf17bdaf10a723dca72eaabc40d292ab3b03d10a2 (patch)
treef4836fde5013ffaa44fcadc79e7df6fcab76b703
parent20286e5c036fab3621b81cd72a40c9640a60fc20 (diff)
downloadsamba-f17bdaf10a723dca72eaabc40d292ab3b03d10a2.tar.gz
samba-f17bdaf10a723dca72eaabc40d292ab3b03d10a2.tar.bz2
samba-f17bdaf10a723dca72eaabc40d292ab3b03d10a2.zip
r16470: remove ntlm_auth_proto.h and passwd_proto.h in 'make clean
(This used to be commit 8421d1b080dd65d1459cc66f0bd4e20fed5d0385)
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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