X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2FMakefile.am;h=94416bc95372b9022f653cdcabf5d5bc4eefa38c;hb=a984f20e232d863a9d3b7848023f78816aa282e7;hp=e16931a28881757afdbc91db5950eb92841fda37;hpb=6559b16c146623f16402c3504c19f94e0c0f4d7c;p=mono.git diff --git a/mono/utils/Makefile.am b/mono/utils/Makefile.am index e16931a2888..94416bc9537 100644 --- a/mono/utils/Makefile.am +++ b/mono/utils/Makefile.am @@ -13,7 +13,8 @@ endif if HOST_WIN32 win32_sources = \ - os-event-win32.c + os-event-win32.c \ + mono-os-wait-win32.c platform_sources = $(win32_sources) else @@ -39,6 +40,7 @@ monoutils_sources = \ mono-dl-windows.c \ mono-dl-darwin.c \ mono-dl-posix.c \ + mono-dl-wasm.c \ mono-dl.h \ mono-dl-windows-internals.h \ mono-log-windows.c \ @@ -60,6 +62,7 @@ monoutils_sources = \ mono-mmap-windows-internals.h \ mono-os-mutex.h \ mono-os-mutex.c \ + mono-os-wait.h \ mono-coop-mutex.h \ mono-once.h \ mono-lazy-init.h \ @@ -136,6 +139,7 @@ monoutils_sources = \ mono-threads-openbsd.c \ mono-threads-android.c \ mono-threads-haiku.c \ + mono-threads-wasm.c \ mono-threads.h \ mono-threads-debug.h \ mono-threads-api.h \ @@ -175,7 +179,9 @@ monoutils_sources = \ checked-build.h \ os-event.h \ refcount.h \ - w32api.h + w32api.h \ + unlocked.h \ + ward.h arch_sources = @@ -245,6 +251,10 @@ if S390X arch_sources += mono-hwcap-s390x.c endif +if HOST_WASM +arch_sources += mono-hwcap-wasm.c +endif + else arch_sources += mono-hwcap-cross.c