X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2FMakefile.am;h=93e2e5677da9af5d4078ed4156955081b26dc348;hb=0f0bea383106de1a896905fdf8a56f55265bce74;hp=d855d3a5a0ffc13e683336bedd081aadc751cd5d;hpb=e25f5166a3edc98f4a333c98881d4899635f1144;p=meshlink diff --git a/src/Makefile.am b/src/Makefile.am index d855d3a5..93e2e567 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,10 +26,11 @@ chacha_poly1305_SOURCES = \ chacha-poly1305/poly1305.c chacha-poly1305/poly1305.h utcp_SOURCES = \ - utcp/utcp.c utcp/utcp.h \ - utcp/utcp_priv.h + utcp.c utcp.h \ + utcp_priv.h lib_LTLIBRARIES = libmeshlink.la +noinst_PROGRAMS = utcp-test pkginclude_HEADERS = meshlink++.h meshlink.h @@ -63,6 +64,7 @@ libmeshlink_la_SOURCES = \ netutl.c netutl.h \ node.c node.h \ submesh.c submesh.h \ + packmsg.h \ prf.c prf.h \ protocol.c protocol.h \ protocol_auth.c \ @@ -82,6 +84,10 @@ libmeshlink_la_SOURCES = \ $(chacha_poly1305_SOURCES) \ $(utcp_SOURCES) +utcp_test_SOURCES = \ + utcp-test.c \ + $(utcp_SOURCES) + EXTRA_libmeshlink_la_DEPENDENCIES = $(srcdir)/meshlink.sym libmeshlink_la_CFLAGS = $(PTHREAD_CFLAGS) -fPIC -iquote.