X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2FMakefile.am;h=ea77b93e8c144e38c630c3fe756c681f3b31c6f0;hp=3361e3dd9a20ba138fcde8c3e5eb1739f876a6a2;hb=0acdce222ff21c84cafc82c137e3d1e107a66fd9;hpb=5b07039b0712bee0f19749d63116a10fb08a2d8b diff --git a/src/Makefile.am b/src/Makefile.am index 3361e3dd..ea77b93e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -106,7 +106,8 @@ INCLUDES = @INCLUDES@ noinst_HEADERS = \ xalloc.h utils.h getopt.h list.h splay_tree.h dropin.h fake-getaddrinfo.h fake-getnameinfo.h fake-gai-errnos.h ipv6.h ipv4.h ethernet.h \ buffer.h conf.h connection.h control.h control_common.h device.h edge.h graph.h info.h logger.h meta.h net.h netutl.h node.h process.h \ - protocol.h route.h subnet.h sptps.h tincctl.h top.h hash.h event.h names.h have.h system.h + protocol.h route.h subnet.h sptps.h tincctl.h top.h hash.h event.h names.h have.h system.h \ + cipher.h crypto.h digest.h ecdh.h ecdsa.h ecdsagen.h prf.h rsa.h rsagen.h LIBS = @LIBS@ @LIBGCRYPT_LIBS@