Merge pull request #1624 from esdrubal/getprocesstimes
[mono.git] / mono / utils / Makefile.am
index 3c469b5158dde0557d99d3ae5648a32481c92e10..f5cb440f46861bcf9bffcebc96dadff9c66d4707 100644 (file)
@@ -1,6 +1,6 @@
 noinst_LTLIBRARIES = libmonoutils.la
 
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CPPFLAGS) $(GLIB_CFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CPPFLAGS) $(GLIB_CFLAGS) $(SHARED_CFLAGS)
 
 if ENABLE_DTRACE
 
@@ -22,6 +22,9 @@ monoutils_sources = \
        mono-counters.c         \
        mono-compiler.h         \
        mono-dl.c               \
+       mono-dl-windows.c       \
+       mono-dl-darwin.c        \
+       mono-dl-posix.c         \
        mono-dl.h               \
        mono-internal-hash.c    \
        mono-internal-hash.h    \
@@ -96,6 +99,7 @@ monoutils_sources = \
        mono-linked-list-set.c  \
        mono-linked-list-set.h  \
        mono-threads.c  \
+       mono-threads-state-machine.c    \
        mono-threads-posix.c    \
        mono-threads-mach.c     \
        mono-threads-mach-helper.c      \
@@ -105,6 +109,8 @@ monoutils_sources = \
        mono-threads-openbsd.c  \
        mono-threads-android.c  \
        mono-threads.h  \
+       mono-threads-coop.c     \
+       mono-threads-coop.h     \
        mono-tls.h      \
        mono-tls.c      \
        linux_magic.h   \
@@ -120,11 +126,16 @@ monoutils_sources = \
        mono-conc-hashtable.c   \
        sha1.h          \
        sha1.c  \
+       json.h  \
+       json.c  \
        networking.c    \
        networking-posix.c      \
        networking-fallback.c   \
        networking-missing.c    \
-       networking.h
+       networking-windows.c    \
+       networking.h    \
+       mono-rand.c     \
+       mono-rand.h
 
 arch_sources =