Merge pull request #2698 from esdrubal/iosxmlarray
[mono.git] / mono / metadata / Makefile.am
index d0e6fc2fa576554f18eb5aa1984da3d40d3f4d17..cdf42e498d982b6ce989de73960b1abd62513a85 100644 (file)
@@ -125,14 +125,16 @@ common_sources = \
        environment.h           \
        exception.c             \
        exception.h             \
+       exception-internals.h   \
        file-io.c               \
        file-io.h               \
        filewatcher.c           \
        filewatcher.h           \
-       gc-internal.h           \
+       gc-internals.h          \
        icall.c                 \
        icall-def.h             \
        image.c                 \
+       image-internals.h       \
        jit-info.c              \
        loader.c                \
        locales.c               \
@@ -213,7 +215,9 @@ common_sources = \
        abi-details.h   \
        metadata-cross-helpers.c        \
        seq-points-data.h       \
-       seq-points-data.c
+       seq-points-data.c       \
+       handle.c        \
+       handle.h
 
 
 # These source files have compile time dependencies on GC code
@@ -237,7 +241,7 @@ sgen_sources = \
        sgen-os-coop.c          \
        sgen-bridge.c           \
        sgen-bridge.h           \
-       sgen-bridge-internal.h  \
+       sgen-bridge-internals.h \
        sgen-old-bridge.c               \
        sgen-new-bridge.c               \
        sgen-tarjan-bridge.c            \