Commit f26b56e1c547d2b4d8c9303275ecea47b5936184

Anthony Green 2022-09-19T08:15:22

Add new files for distribution

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		\