]> git.meshlink.io Git - meshlink/blobdiff - src/Makefile.am
Invitation protocol: correctly initialize and reset mesh->thedatalen after join is...
[meshlink] / src / Makefile.am
index 0c681acbc533cc7c836972a1367533c700000ab9..cae2ab95458666bd89d738bae7eab34890788914 100644 (file)
@@ -56,7 +56,7 @@ sptps_speed_SOURCES = \
 
 lib_LTLIBRARIES = libmeshlink.la
 
-libmeshlink_la_LDFLAGS = -export-symbols-regex '^meshlink_'
+libmeshlink_la_LDFLAGS = -export-symbols-regex '^(meshlink_|devtool_)'
 
 libmeshlink_la_SOURCES = \
        meshlink.c meshlink.h \
@@ -99,6 +99,7 @@ libmeshlink_la_SOURCES = \
        system.h \
        utils.c utils.h \
        xalloc.h \
+       devtools.c devtools.h \
        $(ed25519_SOURCES) \
        $(chacha_poly1305_SOURCES)