summaryrefslogtreecommitdiffstats
path: root/Make_global.am
diff options
context:
space:
mode:
authorYury Gribov <tetra2005@gmail.com>2018-04-27 07:40:23 +0100
committerFlorian Westphal <fw@strlen.de>2018-05-11 23:03:13 +0200
commit5087de4556d1367fad54b3ea1cd38a770a15995c (patch)
tree0e3319783e9b0799252e1bdbe46e732f918870d6 /Make_global.am
parent62ca426c2cfbca9be47c778e09990e9412b68bac (diff)
libnfnetlink: hide private symbols
They are: recalc_rebind_subscriptions rtnl_close rtnl_dump_type rtnl_handler_register rtnl_handler_unregister rtnl_open rtnl_parse_rtattr rtnl_receive rtnl_receive_multi Signed-off-by: Yury Gribov <tetra2005@gmail.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'Make_global.am')
-rw-r--r--Make_global.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make_global.am b/Make_global.am
index f091860..3d2dd5e 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -5,4 +5,4 @@
LIBVERSION=2:0:2
AM_CPPFLAGS = -I$(top_srcdir)/include
-AM_CFLAGS = -Wall
+AM_CFLAGS = -Wall -fvisibility=hidden -D'NFNL_EXPORT=__attribute__((visibility("default")))'