X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2FMakefile.am;h=73f4683c19714d868334ca7dda20506b085bfa99;hb=95e1cc36d320b47408ac3ec6f89df54e55a010d4;hp=33033744b489ea415e8c7ce8365b790243810192;hpb=8ace7f3e5771957fbdda8b817fa26951d9d62c28;p=tinc diff --git a/src/Makefile.am b/src/Makefile.am index 33033744..73f4683c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,14 +11,14 @@ tincd_SOURCES = \ protocol_key.c protocol_subnet.c route.c subnet.c tincd.c nodist_tincd_SOURCES = \ - device.c cipher.c crypto.c ecdh.c ecdsagen.c digest.c prf.c rsa.c + device.c cipher.c crypto.c ecdh.c ecdsa.c digest.c prf.c rsa.c tincctl_SOURCES = \ utils.c getopt.c getopt1.c dropin.c \ list.c tincctl.c top.c nodist_tincctl_SOURCES = \ - rsagen.c + ecdsagen.c rsagen.c if TUNEMU tincd_SOURCES += bsd/tunemu.c @@ -32,7 +32,7 @@ INCLUDES = @INCLUDES@ -I$(top_builddir) 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 cipher.h conf.h connection.h control.h control_common.h crypto.h device.h digest.h ecdh.h ecdsagen.c edge.h graph.h logger.h meta.h net.h netutl.h node.h prf.h process.h \ + buffer.h cipher.h conf.h connection.h control.h control_common.h crypto.h device.h digest.h ecdh.h ecdsa.h ecdsagen.h edge.h graph.h logger.h meta.h net.h netutl.h node.h prf.h process.h \ protocol.h route.h rsa.h rsagen.h subnet.h tincctl.h top.h bsd/tunemu.h LIBS = @LIBS@ @LIBGCRYPT_LIBS@