X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2FMakefile.am;h=93e2e5677da9af5d4078ed4156955081b26dc348;hb=0f0bea383106de1a896905fdf8a56f55265bce74;hp=b3c1dd10d4de176000a4e58897c134daefc83a84;hpb=9b82ebf0b67e13a597ce069a96b1e214ef89750c;p=meshlink diff --git a/src/Makefile.am b/src/Makefile.am index b3c1dd10..93e2e567 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,16 +26,18 @@ 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 libmeshlink_la_LDFLAGS = -export-symbols $(srcdir)/meshlink.sym libmeshlink_la_SOURCES = \ + adns.c adns.h \ buffer.c buffer.h \ conf.c conf.h \ connection.c connection.h \ @@ -46,9 +48,6 @@ libmeshlink_la_SOURCES = \ ecdsagen.h \ edge.c edge.h \ event.c event.h \ - fake-gai-errnos.h \ - fake-getaddrinfo.c fake-getaddrinfo.h \ - fake-getnameinfo.c fake-getnameinfo.h \ graph.c graph.h \ hash.c hash.h \ have.h \ @@ -65,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 \ @@ -78,11 +78,16 @@ libmeshlink_la_SOURCES = \ system.h \ utils.c utils.h \ xalloc.h \ + xoshiro.c xoshiro.h \ devtools.c devtools.h \ $(ed25519_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.