]> git.meshlink.io Git - meshlink/blobdiff - src/Makefile.am
Never automatically try to bind to ports >= 32768.
[meshlink] / src / Makefile.am
index 640cf64f20e900599eb422b7012b6f93b07d8f41..fad47bff3a4af3aebb74c288b2af48491fd46aee 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 \