diff options
author | Jeremy Allison <jra@samba.org> | 2007-12-21 12:06:37 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-12-21 12:06:37 -0800 |
commit | b3e50fecbc5a3b510a43d739c036469460201c1a (patch) | |
tree | 7dd1c7369fe801a1a72348ef3513a2fc58e5ad97 /source3 | |
parent | 98b21126a76991a011ccbfd9553e653ea6304cec (diff) | |
download | samba-b3e50fecbc5a3b510a43d739c036469460201c1a.tar.gz samba-b3e50fecbc5a3b510a43d739c036469460201c1a.tar.bz2 samba-b3e50fecbc5a3b510a43d739c036469460201c1a.zip |
Fix making the new proto file after a distclean.
Jeremy.
(This used to be commit 35a450b59501c6545083efc9f913cb626188f329)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 5c41a5b66c..7ca5123aff 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2005,6 +2005,7 @@ clean: delheaders # afterwards. proto_exists: include/proto.h include/build_env.h \ winbindd/winbindd_proto.h web/swat_proto.h \ + libnet/libnet_proto.h \ client/client_proto.h utils/net_proto.h utils/ntlm_auth_proto.h smbd/build_options.c @touch proto_exists |