From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: kaber@trash.net,
Netfilter Developer Mailing List
<netfilter-devel@vger.kernel.org>
Subject: Re: build: do not install ip{,6}tables.h
Date: Tue, 29 Jul 2008 13:57:12 +0200 [thread overview]
Message-ID: <488F0598.40202@netfilter.org> (raw)
In-Reply-To: <alpine.LNX.1.10.0807281851030.15902@fbirervta.pbzchgretzou.qr>
Jan Engelhardt wrote:
> commit 9fbe00d1a9c1977233011690e00bab26c9cd4798
> Author: Jan Engelhardt <jengelh@medozas.de>
> Date: Mon Jul 28 18:50:28 2008 -0400
>
> build: do not install ip{,6}tables.h
>
> These files do not contain anything that 3rd party modules could
> reasonably use.
>
> Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
> ---
> Makefile.am | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 49edbf8..48561b7 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -72,7 +72,7 @@ man_MANS := iptables.8 iptables-restore.8 iptables-save.8 \
> ip6tables-save.8
> CLEANFILES := iptables.8 ip6tables.8
> if ENABLE_DEVEL
> -include_HEADERS := include/xtables.h include/iptables.h include/ip6tables.h
> +include_HEADERS := include/xtables.h
Well, the same thing should apply for xtables.h. The iptables plugin API
has not been stable over the time. If we export that header file, we'll
have to get stuck to that API.
--
"Los honestos son inadaptados sociales" -- Les Luthiers
next prev parent reply other threads:[~2008-07-29 11:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-28 22:51 build: do not install ip{,6}tables.h Jan Engelhardt
2008-07-29 11:57 ` Pablo Neira Ayuso [this message]
2008-07-29 13:32 ` Pablo Neira Ayuso
2008-07-29 15:50 ` Jan Engelhardt
2008-07-29 17:06 ` Pablo Neira Ayuso
2008-07-30 12:35 ` Jan Engelhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=488F0598.40202@netfilter.org \
--to=pablo@netfilter.org \
--cc=jengelh@medozas.de \
--cc=kaber@trash.net \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.