X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2FMakefile.am;h=fad47bff3a4af3aebb74c288b2af48491fd46aee;hb=refs%2Fheads%2Ffix%2Fspurious-channel-closure;hp=640cf64f20e900599eb422b7012b6f93b07d8f41;hpb=a27bebb24d4072ef66d8640a3c988f1b883e309e;p=meshlink diff --git a/src/Makefile.am b/src/Makefile.am index 640cf64f..fad47bff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \