Also ensure automake treats it as a dependency, so it will rebuild the
library correctly whenever it is updated.
$(chacha_poly1305_SOURCES) \
$(utcp_SOURCES)
+EXTRA_libmeshlink_la_DEPENDENCIES = $(srcdir)/meshlink.sym
+
libmeshlink_la_CFLAGS = $(PTHREAD_CFLAGS) -fPIC -iquote.
libmeshlink_la_LDFLAGS += $(PTHREAD_LIBS)
meshlink_get_pmtu
meshlink_get_port
meshlink_get_self
+meshlink_get_submesh
meshlink_hint_address
meshlink_import
meshlink_invite
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