summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2014-03-16 06:58:59 -0700
committerJosh Triplett <josh@joshtriplett.org>2014-03-16 07:05:28 -0700
commita86bd318e2424d879d784ee7b29d6536d7a17c18 (patch)
treee2ec2402cd02d6dbd95d0f37532fd3927fe19c39 /Makefile.am
parent9a62a21f5c3a8e1da463229f3170c8ab3031d920 (diff)
downloadlibffi-a86bd318e2424d879d784ee7b29d6536d7a17c18.tar.gz
Merge configure.host into configure.ac
configure.host only has a single entry, and shows no signs of needing more added.
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 25e2121..2d8b4dc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include testsuite man
-EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj configure.host \
+EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj \
src/aarch64/ffi.c src/aarch64/ffitarget.h src/aarch64/sysv.S \
src/alpha/ffi.c src/alpha/osf.S \
src/alpha/ffitarget.h src/arc/ffi.c src/arc/arcompact.S \