]> git.meshlink.io Git - meshlink/blobdiff - src/Makefile.am
Don't send UDP probes to tiny nodes.
[meshlink] / src / Makefile.am
index 640cf64f20e900599eb422b7012b6f93b07d8f41..3003e8a4e4e2652034eadb105f937c3b7ca3352d 100644 (file)
@@ -30,7 +30,7 @@ utcp_SOURCES = \
        utcp_priv.h
 
 lib_LTLIBRARIES = libmeshlink.la
-noinst_PROGRAMS = utcp-test
+EXTRA_PROGRAMS = utcp-test
 
 pkginclude_HEADERS = meshlink++.h meshlink.h
 
@@ -42,6 +42,7 @@ libmeshlink_la_SOURCES = \
        conf.c conf.h \
        connection.c connection.h \
        crypto.c crypto.h \
+       discovery.c discovery.h \
        dropin.c dropin.h \
        ecdh.h \
        ecdsa.h \
@@ -66,6 +67,7 @@ libmeshlink_la_SOURCES = \
        node.c node.h \
        submesh.c submesh.h \
        packmsg.h \
+       pmtu.c pmtu.h \
        prf.c prf.h \
        protocol.c protocol.h \
        protocol_auth.c \