X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2FMakefile.am;h=d855d3a5a0ffc13e683336bedd081aadc751cd5d;hb=f342cb44b25cd61eed17897575015be4aae1dd17;hp=b3c1dd10d4de176000a4e58897c134daefc83a84;hpb=9b82ebf0b67e13a597ce069a96b1e214ef89750c;p=meshlink diff --git a/src/Makefile.am b/src/Makefile.am index b3c1dd10..d855d3a5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,6 +36,7 @@ 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 +47,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 \ @@ -78,6 +76,7 @@ libmeshlink_la_SOURCES = \ system.h \ utils.c utils.h \ xalloc.h \ + xoshiro.c xoshiro.h \ devtools.c devtools.h \ $(ed25519_SOURCES) \ $(chacha_poly1305_SOURCES) \