summaryrefslogtreecommitdiff
path: root/mpi
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2022-01-24 13:30:47 +0100
committerNIIBE Yutaka <gniibe@fsij.org>2022-01-25 09:15:49 +0900
commit08f3e0909f8c4fefc2c020dca206037693282186 (patch)
tree5e2795e04886030bbe4db4c6df9556a0e2be50e6 /mpi
parent1f299cb16afdfd0ccc3cd9e9ae65a789be6514f7 (diff)
downloadlibgcrypt-08f3e0909f8c4fefc2c020dca206037693282186.tar.gz
mpi: Add missing header file to the tarball
* mpi/Makefile.am: Add missing header file. -- Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Diffstat (limited to 'mpi')
-rw-r--r--mpi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/Makefile.am b/mpi/Makefile.am
index 3604f840..e1362c88 100644
--- a/mpi/Makefile.am
+++ b/mpi/Makefile.am
@@ -177,4 +177,4 @@ libmpi_la_SOURCES = longlong.h \
mpiutil.c \
ec.c ec-internal.h ec-ed25519.c ec-nist.c ec-inline.h \
ec-hw-s390x.c
-EXTRA_libmpi_la_SOURCES = asm-common-aarch64.h
+EXTRA_libmpi_la_SOURCES = asm-common-aarch64.h asm-common-amd64.h