Disable sockets and a few other things when using NACL.
[mono.git] / mono / metadata / Makefile.am
index 86f8d6aa286d5acb5512cc4f9719defce630db20..99922b20b9c617449d71ba34d3fa505c480ce950 100644 (file)
@@ -61,11 +61,12 @@ null_sources = \
        console-null.c
 
 sgen_sources = \
-       sgen-gray.c     \
-       sgen-pinning.c  \
+       sgen-gray.c             \
+       sgen-pinning.c          \
        sgen-pinning-stats.c    \
-       sgen-los.c                              \
-       sgen-protocol.c
+       sgen-los.c              \
+       sgen-protocol.c         \
+       sgen-workers.c
 
 libmonoruntime_la_SOURCES = \
        $(platform_sources)     \
@@ -141,6 +142,7 @@ libmonoruntime_la_SOURCES = \
        mono-wsq.h              \
        monitor.c               \
        monitor.h               \
+       nacl-stub.c             \
        normalization-tables.h  \
        null-gc.c               \
        number-formatter.h      \
@@ -168,9 +170,15 @@ libmonoruntime_la_SOURCES = \
        sgen-gc.c               \
        sgen-internal.c         \
        sgen-marksweep.c        \
+       sgen-marksweep-fixed.c  \
+       sgen-marksweep-par.c    \
+       sgen-marksweep-fixed-par.c      \
        sgen-major-copying.c    \
        sgen-gc.h               \
        sgen-archdep.h          \
+       sgen-major-copy-object.h \
+       sgen-major-scan-object.h \
+       sgen-protocol.h         \
        sgen-scan-object.h      \
        string-icalls.c         \
        string-icalls.h         \