[profiler] Move legacy profiler code to profiler.c.
[mono.git] / mono / metadata / Makefile.am
index 7b3799b9d8db9dc7a6cc7dc018d15aa37ca1b480..d90f9200ab0417b4178689dd293208d5e47ace00 100644 (file)
@@ -211,6 +211,7 @@ common_sources = \
        number-formatter.h      \
        number-ms.c             \
        number-ms.h             \
+       object.c        \
        object-internals.h      \
        opcodes.c               \
        property-bag.h  \
@@ -223,7 +224,6 @@ common_sources = \
        w32process-internals.h          \
        profiler.c              \
        profiler-events.h       \
-       profiler-legacy.c       \
        profiler-private.h      \
        rand.h                  \
        rand.c                  \
@@ -276,7 +276,13 @@ common_sources = \
        w32handle-namespace.c   \
        w32handle.h     \
        w32handle.c     \
-       w32error.h
+       w32error.h      \
+       reflection.c    \
+       dynamic-image.c \
+       sre.c   \
+       sre-encode.c    \
+       sre-save.c      \
+       custom-attrs.c
 
 # These source files have compile time dependencies on GC code
 gc_dependent_sources = \
@@ -284,15 +290,7 @@ gc_dependent_sources = \
        gc.c            \
        monitor.c       \
        mono-hash.c     \
-       mono-conc-hash.c        \
-       object.c        \
-       dynamic-image.c \
-       sre.c   \
-       sre-encode.c    \
-       sre-save.c      \
-       custom-attrs.c  \
-       reflection.c
-
+       mono-conc-hash.c
 
 boehm_sources = \
        boehm-gc.c