summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-19 08:15:22 -0400
committerAnthony Green <green@moxielogic.com>2022-09-19 08:15:22 -0400
commitf26b56e1c547d2b4d8c9303275ecea47b5936184 (patch)
treeab36fa54ad1a27c0fe8d919772bcccb1454eaf8d
parentb801b54b667340867441e922c14230a93832c8e2 (diff)
downloadlibffi-f26b56e1c547d2b4d8c9303275ecea47b5936184.tar.gz
Add new files for distribution
-rw-r--r--Makefile.am3
-rw-r--r--testsuite/Makefile.am1
2 files changed, 3 insertions, 1 deletions
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 \