Commit 18d3baa9f597b026675baa1b4e5a5eeef7577a08

Anthony Green 2014-03-25T16:12:53

Merge pull request #108 from joshtriplett/freebsd [3.1 blocker] Fix FreeBSD support

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