Add src/x86/asmnames.h to noinst_HEADERS
authorMoritz Angermann <moritz.angermann@gmail.com>
Sun, 1 Oct 2017 03:32:41 +0000 (11:32 +0800)
committerGitHub <noreply@github.com>
Sun, 1 Oct 2017 03:32:41 +0000 (11:32 +0800)
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.

Makefile.am

index 4ddd12d..f47fef8 100644 (file)
@@ -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