X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2FMakefile.am;h=58d7b2deb6b60e62f0a225bd5fe0d0dc50de20c5;hb=2956559f7d12caa9779207525419801e0e9ab3e3;hp=fab950898e554a590d433f40d2f284adb76c7d3b;hpb=b3b89e46b1b84fa6cf1726fabe9e9c7bb0d3d831;p=meshlink diff --git a/src/Makefile.am b/src/Makefile.am index fab95089..58d7b2de 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,8 +28,6 @@ libmeshlink_la_SOURCES = \ cipher.h \ conf.c conf.h \ connection.c connection.h \ - control.c control.h \ - control_common.h \ crypto.h \ digest.h \ dropin.c dropin.h \ @@ -37,22 +35,16 @@ libmeshlink_la_SOURCES = \ ecdsa.h \ ecdsagen.h \ edge.c edge.h \ - ethernet.h \ event.c event.h \ fake-gai-errnos.h \ fake-getaddrinfo.c fake-getaddrinfo.h \ fake-getnameinfo.c fake-getnameinfo.h \ - getopt.c getopt.h \ - getopt1.c \ graph.c graph.h \ hash.c hash.h \ have.h \ - ipv4.h \ - ipv6.h \ list.c list.h \ logger.c logger.h \ meta.c meta.h \ - names.c names.h \ net.c net.h \ net_packet.c \ net_setup.c \ @@ -60,21 +52,14 @@ libmeshlink_la_SOURCES = \ netutl.c netutl.h \ node.c node.h \ prf.h \ - process.c process.h \ protocol.c protocol.h \ protocol_auth.c \ protocol_edge.c \ protocol_key.c \ protocol_misc.c \ - protocol_subnet.c \ route.c route.h \ - rsa.h \ - rsagen.h \ - script.c script.h \ splay_tree.c splay_tree.h \ sptps.c sptps.h \ - subnet.c subnet.h \ - subnet_parse.c \ system.h \ tincd.c \ utils.c utils.h \ @@ -91,9 +76,7 @@ libmeshlink_la_SOURCES += \ openssl/ecdh.c \ openssl/ecdsa.c \ openssl/ecdsagen.c \ - openssl/prf.c \ - openssl/rsa.c \ - openssl/rsagen.c + openssl/prf.c sptps_test_SOURCES += \ openssl/cipher.c \ openssl/crypto.c \