X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2FMakefile.am;h=8a9494054d94eaf9124c9c2731160131de14af16;hb=bfc76bafbf72f8e10c4d2cc7b12e779715c527fa;hp=76abb73aaa7ac4e1350685934fd0e3b9b8baf009;hpb=e0d515ec3235ce7a14eda0174c964a6dcb74bec9;p=mono.git diff --git a/mono/metadata/Makefile.am b/mono/metadata/Makefile.am index 76abb73aaa7..8a9494054d9 100644 --- a/mono/metadata/Makefile.am +++ b/mono/metadata/Makefile.am @@ -59,7 +59,7 @@ unix_sources = \ platform_sources = $(unix_sources) endif -if PLATFORM_ANDROID +if HOST_ANDROID platform_sources += ../../support/libm/complex.c endif @@ -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,11 @@ common_sources = \ sre.c \ sre-encode.c \ sre-save.c \ - custom-attrs.c + custom-attrs.c \ + fdhandle.h \ + fdhandle.c \ + callspec.h \ + callspec.c # These source files have compile time dependencies on GC code gc_dependent_sources = \ @@ -350,6 +352,7 @@ libmonoruntimeinclude_HEADERS = \ object.h \ opcodes.h \ profiler.h \ + profiler-events.h \ reflection.h \ row-indexes.h \ tokentype.h \