From 9b82ebf0b67e13a597ce069a96b1e214ef89750c Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Fri, 31 May 2019 16:27:11 +0200 Subject: [PATCH] Add missing symbols to meshlink.sym. Also ensure automake treats it as a dependency, so it will rebuild the library correctly whenever it is updated. --- src/Makefile.am | 2 ++ src/meshlink.sym | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 88a84e60..b3c1dd10 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -83,6 +83,8 @@ libmeshlink_la_SOURCES = \ $(chacha_poly1305_SOURCES) \ $(utcp_SOURCES) +EXTRA_libmeshlink_la_DEPENDENCIES = $(srcdir)/meshlink.sym + libmeshlink_la_CFLAGS = $(PTHREAD_CFLAGS) -fPIC -iquote. libmeshlink_la_LDFLAGS += $(PTHREAD_LIBS) diff --git a/src/meshlink.sym b/src/meshlink.sym index 71846a7e..bc275939 100644 --- a/src/meshlink.sym +++ b/src/meshlink.sym @@ -33,6 +33,7 @@ meshlink_get_node_submesh meshlink_get_pmtu meshlink_get_port meshlink_get_self +meshlink_get_submesh meshlink_hint_address meshlink_import meshlink_invite @@ -48,6 +49,7 @@ meshlink_set_canonical_address meshlink_set_channel_accept_cb meshlink_set_channel_poll_cb meshlink_set_channel_receive_cb +meshlink_set_connection_try_cb meshlink_set_default_blacklist meshlink_set_invitation_timeout meshlink_set_log_cb -- 2.39.2