X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2FMakefile.am;h=118ab953d0e8bcc172995e3e797a268899737113;hb=1a621cfcf108d2e9da43ee04a8b43d3a99cb846f;hp=b277688859176ae54ff3a4d3c5b16ff574eccbb5;hpb=ad22cdbbd2ebbd4e7a08b2b9c722128a0a808f83;p=mono.git diff --git a/mono/utils/Makefile.am b/mono/utils/Makefile.am index b2776888591..118ab953d0e 100644 --- a/mono/utils/Makefile.am +++ b/mono/utils/Makefile.am @@ -39,6 +39,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 \ @@ -136,6 +137,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 \ @@ -246,6 +248,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