X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2FMakefile.am;h=0a5134f9f201636f402ae853f3c0a795edf99afe;hb=80b81c00b129b006981b76bdb734df3296317d6f;hp=33033744b489ea415e8c7ce8365b790243810192;hpb=8ace7f3e5771957fbdda8b817fa26951d9d62c28;p=tinc diff --git a/src/Makefile.am b/src/Makefile.am index 33033744..0a5134f9 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 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