]> git.meshlink.io Git - meshlink/blobdiff - src/Makefile.am
Implement meshlink_get_all_nodes().
[meshlink] / src / Makefile.am
index 021d6b8ef537f2b016ceed061c44169c038022eb..9a92c422ef4d9fc7842d69fc64ce8bf928ecadf5 100644 (file)
@@ -56,6 +56,8 @@ sptps_speed_SOURCES = \
 
 lib_LTLIBRARIES = libmeshlink.la
 
+libmeshlink_la_LDFLAGS = -export-symbols-regex '^meshlink_'
+
 libmeshlink_la_SOURCES = \
        meshlink.c meshlink.h \
        buffer.c buffer.h \
@@ -94,7 +96,6 @@ libmeshlink_la_SOURCES = \
        splay_tree.c splay_tree.h \
        sptps.c sptps.h \
        system.h \
-       tincd.c \
        utils.c utils.h \
        xalloc.h \
        $(ed25519_SOURCES) \