]> git.meshlink.io Git - meshlink/blobdiff - src/Makefile.am
Don't send UDP probes to tiny nodes.
[meshlink] / src / Makefile.am
index b5beee15f523f0a6809ac0b750881ec8dfcbdd4c..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
 
@@ -67,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 \