2010-05-29 Robert Jordan <robertj@gmx.net>
[mono.git] / mono / metadata / Makefile.am
index 9db86be6008a1d9388dae5666d91d6273314266c..59d28a0d2f238fed7d2494d3e210ea63a40e0a43 100644 (file)
@@ -59,7 +59,8 @@ null_sources = \
 sgen_sources = \
        sgen-gray.c     \
        sgen-pinning.c  \
-       sgen-pinning-stats.c
+       sgen-pinning-stats.c    \
+       sgen-marksweep.c
 
 libmonoruntime_la_SOURCES = \
        $(platform_sources)     \
@@ -96,7 +97,6 @@ libmonoruntime_la_SOURCES = \
        filewatcher.h           \
        gc.c                    \
        gc-internal.h           \
-       generic-sharing.c       \
        icall.c                 \
        icall-def.h             \
        image.c                 \
@@ -129,6 +129,9 @@ libmonoruntime_la_SOURCES = \
        mono-perfcounters.c     \
        mono-perfcounters.h     \
        mono-perfcounters-def.h \
+       mono-ptr-array.h        \
+       mono-wsq.c              \
+       mono-wsq.h              \
        monitor.c               \
        monitor.h               \
        normalization-tables.h  \