Use eglib g_* allocators rather than malloc/calloc (#5359)
[mono.git] / mono / metadata / Makefile.am
index 76abb73aaa7ac4e1350685934fd0e3b9b8baf009..95867a3e4ca4fe233f645b950b6b8e59fbd8fac8 100644 (file)
@@ -223,8 +223,6 @@ common_sources = \
        w32process.h            \
        w32process-internals.h          \
        profiler.c              \
-       profiler-events.h       \
-       profiler-legacy.c       \
        profiler-private.h      \
        rand.h                  \
        rand.c                  \
@@ -283,7 +281,9 @@ common_sources = \
        sre.c   \
        sre-encode.c    \
        sre-save.c      \
-       custom-attrs.c
+       custom-attrs.c  \
+       fdhandle.h      \
+       fdhandle.c
 
 # These source files have compile time dependencies on GC code
 gc_dependent_sources = \
@@ -350,6 +350,7 @@ libmonoruntimeinclude_HEADERS = \
        object.h                \
        opcodes.h               \
        profiler.h              \
+       profiler-events.h       \
        reflection.h            \
        row-indexes.h           \
        tokentype.h             \