From 26e36db607caef8d7432d80322377c20911912ef Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 21 Dec 2007 21:25:39 +0100 Subject: Make sure libnet/libnet_proto.h exists. Guenther (This used to be commit d6703f6d4e6a5256980188f6a840e6aaf07bc607) --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index f2b0bc633e..b0b5c7cb1a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1951,7 +1951,8 @@ clean: delheaders # afterwards. proto_exists: include/proto.h include/build_env.h \ winbindd/winbindd_proto.h web/swat_proto.h \ - client/client_proto.h utils/net_proto.h utils/ntlm_auth_proto.h smbd/build_options.c + client/client_proto.h utils/net_proto.h utils/ntlm_auth_proto.h smbd/build_options.c \ + libnet/libnet_proto.h @touch proto_exists delheaders: -- cgit