Merge pull request #5198 from BrzVlad/fix-binprot-stats
[mono.git] / mono / utils / Makefile.am
index 35f218a8d0ac5cd4d0bd0ff650f69d1468ee6f14..e16931a28881757afdbc91db5950eb92841fda37 100644 (file)
@@ -59,6 +59,7 @@ monoutils_sources = \
        mono-mmap-internals.h   \
        mono-mmap-windows-internals.h   \
        mono-os-mutex.h         \
+       mono-os-mutex.c         \
        mono-coop-mutex.h               \
        mono-once.h             \
        mono-lazy-init.h                \
@@ -134,6 +135,7 @@ monoutils_sources = \
        mono-threads-netbsd.c   \
        mono-threads-openbsd.c  \
        mono-threads-android.c  \
+       mono-threads-haiku.c    \
        mono-threads.h  \
        mono-threads-debug.h    \
        mono-threads-api.h      \
@@ -153,8 +155,6 @@ monoutils_sources = \
        mono-signal-handler.h   \
        mono-conc-hashtable.h   \
        mono-conc-hashtable.c   \
-       sha1.h          \
-       sha1.c  \
        json.h  \
        json.c  \
        networking.c    \
@@ -173,7 +173,9 @@ monoutils_sources = \
        parse.h \
        checked-build.c \
        checked-build.h \
-       os-event.h
+       os-event.h \
+       refcount.h      \
+       w32api.h
 
 arch_sources = 
 
@@ -239,10 +241,6 @@ if SPARC64
 arch_sources += mono-hwcap-sparc.c
 endif
 
-if IA64
-arch_sources += mono-hwcap-ia64.c
-endif
-
 if S390X
 arch_sources += mono-hwcap-s390x.c
 endif