summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-08-19 21:36:52 +0200
committerNiels Möller <nisse@lysator.liu.se>2020-08-26 18:13:51 +0200
commit4b9e015cc935b6ad1701f8399218e9325adccbfa (patch)
tree763792dc255661c61dceb96f40ef572ed890a26b /Makefile.in
parent98d60d7ff1eef8953c086fd535edaa4969a0a5b1 (diff)
downloadnettle-4b9e015cc935b6ad1701f8399218e9325adccbfa.tar.gz
Add support for powerpc64 fat build
Based on patch by Mamone Tarsha
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 919f273c..19f5e429 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -217,7 +217,7 @@ hogweed_SOURCES = sexp.c sexp-format.c \
ed448-shake256.c ed448-shake256-pubkey.c \
ed448-shake256-sign.c ed448-shake256-verify.c
-OPT_SOURCES = fat-x86_64.c fat-arm.c mini-gmp.c
+OPT_SOURCES = fat-arm.c fat-ppc.c fat-x86_64.c mini-gmp.c
HEADERS = aes.h arcfour.h arctwo.h asn1.h blowfish.h \
base16.h base64.h bignum.h buffer.h camellia.h cast128.h \