[runtime] Extract the remoting code from marshal.c into a separate remoting.c file.
[mono.git] / mono / metadata / Makefile.am
index 335484ae676054522cb7b99975e7a95947ba7dfc..a99cd440611637609dd517423012e97b4b2ef0a5 100644 (file)
@@ -148,7 +148,6 @@ common_sources = \
        mono-debug.h            \
        mono-debug.c            \
        mono-debug-debugger.h   \
-       mono-debug-debugger.c   \
        mono-endian.c           \
        mono-endian.h           \
        mono-hash.h             \
@@ -174,6 +173,7 @@ common_sources = \
        profiler-private.h      \
        rand.h                  \
        rand.c                  \
+       remoting.c              \
        runtime.c               \
        security.c              \
        security.h              \
@@ -249,8 +249,9 @@ sgen_sources = \
        sgen-major-copy-object.h \
        sgen-minor-copy-object.h \
        sgen-copy-object.h \
-       sgen-major-scan-object.h \
+       sgen-marksweep-scan-object-concurrent.h \
        sgen-minor-scan-object.h \
+       sgen-marksweep-drain-gray-stack.h       \
        sgen-protocol.h         \
        sgen-scan-object.h      \
        sgen-nursery-allocator.c        \