diff options
author | Günther Deschner <gd@samba.org> | 2007-12-21 21:25:39 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2007-12-21 21:25:39 +0100 |
commit | 26e36db607caef8d7432d80322377c20911912ef (patch) | |
tree | 1332d4f25071f63a8244e7e9bb75baa75a465c36 | |
parent | 657afffaae0ce25d0417095b67adbe1441835301 (diff) | |
download | samba-26e36db607caef8d7432d80322377c20911912ef.tar.gz samba-26e36db607caef8d7432d80322377c20911912ef.tar.bz2 samba-26e36db607caef8d7432d80322377c20911912ef.zip |
Make sure libnet/libnet_proto.h exists.
Guenther
(This used to be commit d6703f6d4e6a5256980188f6a840e6aaf07bc607)
-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 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: |