Merge branch 'feature-concurrent-sweep'
[mono.git] / mono / metadata / Makefile.am
index e29743f42071b6eb5ad1276507e9318c1c4a42a4..1241a7a079e60d46d531e556a58f8ddd0bde10d0 100644 (file)
@@ -203,8 +203,10 @@ common_sources = \
        threadpool.c            \
        threadpool.h            \
        threadpool-internals.h  \
-       threadpool-microsoft.c  \
-       threadpool-microsoft.h  \
+       threadpool-ms.c \
+       threadpool-ms.h \
+       threadpool-ms-io.c      \
+       threadpool-ms-io.h      \
        tpool-poll.c    \
        verify.c                \
        verify-internals.h      \
@@ -289,6 +291,8 @@ sgen_sources = \
        sgen-layout-stats.h     \
        sgen-qsort.c    \
        sgen-qsort.h    \
+       sgen-thread-pool.c      \
+       sgen-thread-pool.h      \
        sgen-tagged-pointer.h
 
 libmonoruntime_la_SOURCES = $(common_sources) $(gc_dependent_sources) $(null_gc_sources) $(boehm_sources)
@@ -363,5 +367,5 @@ endif
 endif
 endif
 
-EXTRA_DIST = make-bundle.pl sample-bundle $(win32_sources) $(unix_sources) $(null_sources) runtime.h \
+EXTRA_DIST = $(win32_sources) $(unix_sources) $(null_sources) runtime.h \
                tpool-poll.c tpool-epoll.c tpool-kqueue.c