Merge remote-tracking branch 'public/master'
[mono.git] / mono / metadata / Makefile.am
index 516078e3b8a0ed1cdeff2b67363fb3f758e4f952..62d36a88785bf6ae534b4affd97f6d032d310338 100644 (file)
@@ -61,7 +61,7 @@ moon-do-clean:
 endif
 
 if DISABLE_EXECUTABLES
-noinst_LTLIBRARIES =
+noinst_LTLIBRARIES = $(shared_sgen_libraries) $(shared_boehm_libraries)
 else
 noinst_LTLIBRARIES = $(boehm_libraries) $(sgen_libraries) $(moonlight_libraries)
 endif
@@ -220,7 +220,10 @@ libmonoruntime_la_SOURCES = \
        sgen-gray.c     \
        sgen-gray.h     \
        sgen-major-copy-object.h \
+       sgen-minor-copy-object.h \
+       sgen-copy-object.h \
        sgen-major-scan-object.h \
+       sgen-minor-scan-object.h \
        sgen-protocol.h         \
        sgen-scan-object.h      \
        sgen-nursery-allocator.c        \
@@ -229,6 +232,8 @@ libmonoruntime_la_SOURCES = \
        sgen-descriptor.h               \
        sgen-alloc.c            \
        sgen-debug.c            \
+       sgen-simple-nursery.c   \
+       sgen-split-nursery.c    \
        string-icalls.c         \
        string-icalls.h         \
        sysmath.h               \