summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2017-10-01 11:32:41 +0800
committerGitHub <noreply@github.com>2017-10-01 11:32:41 +0800
commit4c6aa78d75f0c426a23c27af74155aa2535021d6 (patch)
tree54866e6b92e47781353977a40962494f50a0ee46 /Makefile.am
parent93d8e7dd17b08ff195af3580584ccd5c2228202f (diff)
downloadlibffi-4c6aa78d75f0c426a23c27af74155aa2535021d6.tar.gz
Add src/x86/asmnames.h to noinst_HEADERS
In eaa59755fcbb692a8cb763c7f9f24a350aadbd30, macros from `unix64.S` were extracted into `asmnames.h` to be used with `win64.S` as well. As such these are required by `unix64.S`, which fails to build without them.
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 4ddd12d..f47fef8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -113,7 +113,7 @@ noinst_HEADERS = \
src/sparc/ffitarget.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/ffitarget.h src/x86/internal.h src/x86/internal64.h src/x86/asmnames.h \
src/xtensa/ffitarget.h \
src/dlmalloc.c