summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2024-11-07 17:02:20 +0100
committerPhil Sutter <phil@nwl.cc>2024-11-07 17:41:04 +0100
commitb15981e6ff2138b45bce3867454ae084790cbf43 (patch)
tree1ec2ccbbe5feb17370e934ed68e7aa368ded6168 /include/Makefile.am
parenta740ba811a70c318aee0410d42e4fa74e104c440 (diff)
libxtables: Hide xtables_strtoul_base() symbol
There are no external users, no need to promote it in xtables.h. Fixes: 1af6984c57cce ("libxtables: Introduce xtables_strtoul_base()") Signed-off-by: Phil Sutter <phil@nwl.cc> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 07c88b90..f3e480f7 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -11,7 +11,7 @@ nobase_include_HEADERS = \
libiptc/ipt_kernel_headers.h libiptc/libiptc.h \
libiptc/libip6tc.h libiptc/libxtc.h libiptc/xtcshared.h
-EXTRA_DIST = iptables linux iptables.h ip6tables.h
+EXTRA_DIST = iptables linux iptables.h ip6tables.h xtables_internal.h
uninstall-hook:
dir=${includedir}/libiptc; { \