Commit f0c8a31577172104049283f0a80c723084a5bd77

Josh Triplett 2014-03-24T22:14:26

Compile win32.S on FreeBSD

1
2
3
4
5
6
7
8
9
10
11
12
13
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