From 1cc202a7bd2322ae047cbb014a4551d2956281c0 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 10 Oct 2025 18:08:31 +0200 Subject: Fix make distcheck --- 3rd_party/ed25519/Makefile.am | 7 +++++++ 3rd_party/libsrp6a-sha512/Makefile.am | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to '3rd_party') diff --git a/3rd_party/ed25519/Makefile.am b/3rd_party/ed25519/Makefile.am index d8e4e04..438cb53 100644 --- a/3rd_party/ed25519/Makefile.am +++ b/3rd_party/ed25519/Makefile.am @@ -15,12 +15,19 @@ libed25519_la_LIBADD = libed25519_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined libed25519_la_SOURCES = \ add_scalar.c \ + ed25519.h \ fe.c \ + fe.h \ + fixedint.h \ ge.c \ + ge.h \ keypair.c \ key_exchange.c \ + precomp_data.h \ sc.c \ + sc.h \ seed.c \ sign.c \ sha512.c \ + sha512.h \ verify.c diff --git a/3rd_party/libsrp6a-sha512/Makefile.am b/3rd_party/libsrp6a-sha512/Makefile.am index 2acd582..bdacb5f 100644 --- a/3rd_party/libsrp6a-sha512/Makefile.am +++ b/3rd_party/libsrp6a-sha512/Makefile.am @@ -25,7 +25,8 @@ libsrp6a_sha512_la_SOURCES = \ t_truerand.c cstr.c \ srp.c srp6a_sha512_client.c \ srp.h srp_aux.h cstr.h \ - t_sha.c + t_defines.h t_pwd.h \ + t_sha.c t_sha.h #if !HAVE_OPENSSL #libsrp6a_sha512_la_SOURCES += t_sha.c #endif -- cgit v1.1-32-gdbae