summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2014-03-24 22:14:26 -0700
committerJosh Triplett <josh@joshtriplett.org>2014-03-25 10:10:51 -0700
commitf0c8a31577172104049283f0a80c723084a5bd77 (patch)
tree13fad35044ca9f76d883cfe7f05ddbdbf69c5beb /Makefile.am
parentb2d610e028b5ce48d1ad7e5d0debc9c321d891b2 (diff)
downloadlibffi-f0c8a31577172104049283f0a80c723084a5bd77.tar.gz
Compile win32.S on FreeBSD
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 7ab945f..3154e8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -128,7 +128,7 @@ if X86
nodist_libffi_la_SOURCES += src/x86/ffi.c src/x86/sysv.S src/x86/win32.S
endif
if X86_FREEBSD
-nodist_libffi_la_SOURCES += src/x86/ffi.c src/x86/freebsd.S
+nodist_libffi_la_SOURCES += src/x86/ffi.c src/x86/freebsd.S src/x86/win32.S
endif
if X86_WIN32
nodist_libffi_la_SOURCES += src/x86/ffi.c src/x86/win32.S