From f26b56e1c547d2b4d8c9303275ecea47b5936184 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 19 Sep 2022 08:15:22 -0400 Subject: Add new files for distribution --- Makefile.am | 3 ++- testsuite/Makefile.am | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 31ece7b..a4a4887 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,8 +20,9 @@ EXTRA_DIST = LICENSE ChangeLog.old \ m4/ltversion.m4 src/debug.c msvcc.sh \ generate-darwin-source-and-headers.py \ libffi.xcodeproj/project.pbxproj \ + src/powerpc/t-aix \ libtool-ldflags libtool-version configure.host README.md \ - libffi.map.in LICENSE-BUILDTOOLS msvc_build make_sunver.pl + libffi.map.in LICENSE-BUILDTOOLS msvc_build make_sunver.pl # local.exp is generated by configure DISTCLEANFILES = local.exp diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index edfbaf5..c4331b1 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -38,6 +38,7 @@ libffi.call/strlen2.c libffi.call/strlen3.c libffi.call/strlen4.c \ libffi.call/strlen.c libffi.call/va_3.c \ libffi.call/struct_by_value_2.c libffi.call/struct_by_value_3.c \ libffi.call/struct_by_value_4.c libffi.closures/closure.exp \ +libffi.call/s55.c libffi.call/bpo-38748.c \ libffi.closures/closure_fn0.c libffi.closures/closure_fn1.c \ libffi.closures/closure_fn2.c libffi.closures/closure_fn3.c \ libffi.closures/closure_fn4.c libffi.closures/closure_fn5.c \ -- cgit v1.2.1