X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2FMakefile.am;h=b62633307b46f43e5547e6957ca6d5d6c404b0fd;hb=76fa75aed078df68b7ca03f55cf6898b0e5a203e;hp=e1b1034327e1db36902cac3fce48c32a566a99b7;hpb=d715b3d29e442b26f1dd483edee3026f3e2457f2;p=mono.git diff --git a/mono/utils/Makefile.am b/mono/utils/Makefile.am index e1b1034327e..b62633307b4 100644 --- a/mono/utils/Makefile.am +++ b/mono/utils/Makefile.am @@ -15,7 +15,7 @@ monoutils_sources = \ mono-md5.c \ mono-sha1.c \ mono-logger.c \ - mono-logger-internal.h \ + mono-logger-internals.h \ mono-codeman.c \ dlmalloc.h \ dlmalloc.c \ @@ -36,9 +36,10 @@ monoutils_sources = \ mono-math.c \ mono-mmap.c \ mono-mmap.h \ - mono-mmap-internal.h \ - mono-mutex.c \ - mono-mutex.h \ + mono-mmap-internals.h \ + mono-os-mutex.h \ + mono-coop-mutex.h \ + mono-once.h \ mono-lazy-init.h \ mono-networkinterfaces.c \ mono-networkinterfaces.h \ @@ -53,8 +54,8 @@ monoutils_sources = \ mono-uri.c \ mono-poll.c \ mono-path.c \ - mono-semaphore.c \ - mono-semaphore.h \ + mono-os-semaphore.h \ + mono-coop-semaphore.h \ mono-sigcontext.h \ mono-stdlib.c \ mono-property-hash.h \ @@ -101,6 +102,8 @@ monoutils_sources = \ mono-threads.c \ mono-threads-state-machine.c \ mono-threads-posix.c \ + mono-threads-posix-signals.c \ + mono-threads-posix-signals.h \ mono-threads-mach.c \ mono-threads-mach-helper.c \ mono-threads-windows.c \ @@ -112,6 +115,9 @@ monoutils_sources = \ mono-threads-api.h \ mono-threads-coop.c \ mono-threads-coop.h \ + mono-threads-mach-abort-syscall.c \ + mono-threads-posix-abort-syscall.c \ + mono-threads-windows-abort-syscall.c \ mono-tls.h \ mono-tls.c \ linux_magic.h \ @@ -161,7 +167,7 @@ arch_sources += mach-support-arm.c endif if ARM64 -arch_sources += mach-support-arm.c +arch_sources += mach-support-arm64.c endif else @@ -224,4 +230,4 @@ libmonoutilsinclude_HEADERS = \ mono-dl-fallback.h \ mono-counters.h -EXTRA_DIST = ChangeLog mono-embed.h mono-embed.c +EXTRA_DIST = mono-embed.h mono-embed.c