diff options
author | Gerald Carter <jerry@samba.org> | 2006-06-22 19:42:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:18:55 -0500 |
commit | f17bdaf10a723dca72eaabc40d292ab3b03d10a2 (patch) | |
tree | f4836fde5013ffaa44fcadc79e7df6fcab76b703 | |
parent | 20286e5c036fab3621b81cd72a40c9640a60fc20 (diff) | |
download | samba-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.in | 3 |
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 |