summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJules Maselbas <54854023+jmaselbas@users.noreply.github.com>2021-09-22 21:39:56 +0200
committerGitHub <noreply@github.com>2021-09-22 15:39:56 -0400
commit0f2dd369cd5edcefad29b3fca4e1d08cb34f8f19 (patch)
tree6ff19d32ea2d362bd4c78f54a0af8e6f1be25c55 /Makefile.am
parentee1263f7d43bd29b15fc72c4d9520a824e8004df (diff)
downloadlibffi-0f2dd369cd5edcefad29b3fca4e1d08cb34f8f19.tar.gz
Makefile: Add missing kvx/asm.h to dist headers (#660)
The header kvx/asm.h is required to build libffi and is missing from the dist tarball. Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1b18198..dc8283f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,7 +63,7 @@ noinst_HEADERS = src/aarch64/ffitarget.h src/aarch64/internal.h \
src/sparc/internal.h src/tile/ffitarget.h src/vax/ffitarget.h \
src/x86/ffitarget.h src/x86/internal.h src/x86/internal64.h \
src/x86/asmnames.h src/xtensa/ffitarget.h src/dlmalloc.c \
- src/kvx/ffitarget.h
+ src/kvx/ffitarget.h src/kvx/asm.h
EXTRA_libffi_la_SOURCES = src/aarch64/ffi.c src/aarch64/sysv.S \
src/aarch64/win64_armasm.S src/alpha/ffi.c src/alpha/osf.S \