summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2017-10-01 11:28:40 +0800
committerGitHub <noreply@github.com>2017-10-01 11:28:40 +0800
commita1e6ccb67e7d7f2b235016aa6c6733c5743945a1 (patch)
treedbe3ec2e51e0d09001b4dae265003bc94303f628 /Makefile.am
parent93d8e7dd17b08ff195af3580584ccd5c2228202f (diff)
downloadlibffi-a1e6ccb67e7d7f2b235016aa6c6733c5743945a1.tar.gz
Add `configure.host` to the `EXTRA_DIST` files
When running `make dist`, `configure.host` would not result in the distribution tarball, however `configure` would try to read it, and as such the tarball would not be buildable.
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..9b6b34c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@ EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj \
m4/ltversion.m4 src/debug.c msvcc.sh \
generate-darwin-source-and-headers.py \
libffi.xcodeproj/project.pbxproj \
- libtool-ldflags
+ libtool-ldflags configure.host
## ################################################################