All of lore.kernel.org
 help / color / mirror / Atom feed
* build: do not install ip{,6}tables.h
@ 2008-07-28 22:51 Jan Engelhardt
  2008-07-29 11:57 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Engelhardt @ 2008-07-28 22:51 UTC (permalink / raw)
  To: kaber; +Cc: Netfilter Developer Mailing List

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
 iptcdir           = ${includedir}/libiptc
 iptc_HEADERS     := include/libiptc/libxtc.h \
                     include/libiptc/ipt_kernel_headers.h


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-07-30 12:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-28 22:51 build: do not install ip{,6}tables.h Jan Engelhardt
2008-07-29 11:57 ` Pablo Neira Ayuso
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

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.