summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2014-08-31 21:53:12 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2014-08-31 22:07:51 +0200
commit93483364369d8ef10d9e38018da02c6b0eae3077 (patch)
tree1d844375bdb5bec58f6725a0ceaf25316d545330 /include/linux/netfilter/Makefile.am
parentfefd5494d5c23075bd90a41da9961ef8aeab5467 (diff)
src: get rid of cached copies of x_tables.h and xt_LOG.h
Keeping the full cached copy the of x_tables.h file in tree is too much for just the XT_EXTENSION_MAXNAMELEN constant. Similarly, xt_LOG.h is not actually required by the tests, we can use any whatever syntetic data to make sure the setter and getter provide the same result. So, let's get rid of these headers from the library tree. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/linux/netfilter/Makefile.am')
-rw-r--r--include/linux/netfilter/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter/Makefile.am b/include/linux/netfilter/Makefile.am
index a349b91..442463c 100644
--- a/include/linux/netfilter/Makefile.am
+++ b/include/linux/netfilter/Makefile.am
@@ -1 +1 @@
-noinst_HEADERS = nfnetlink.h nf_tables.h nf_tables_compat.h xt_LOG.h
+noinst_HEADERS = nfnetlink.h nf_tables.h nf_tables_compat.h