X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2FMakefile.am;h=b6de9139e939aefb118a21fcfe719a78da4b9a87;hb=1a6dce67a975e621a4fe7a778747a9a0fa43f6b7;hp=0c1c2e3ad53d86c8a9ec482d01e08697cc4249e3;hpb=78c28e2b3e8592baf95d8da85a7e84ec2b73ebe0;p=mono.git diff --git a/mono/Makefile.am b/mono/Makefile.am index 0c1c2e3ad53..b6de9139e93 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -1,7 +1,6 @@ -# the handles dir doesn't apply to windows -if ! PLATFORM_WIN32 -HANDLES = handles +if CROSS_COMPILING +SUBDIRS = utils io-layer cil metadata arch interpreter mini dis +else +SUBDIRS = utils io-layer cil metadata \ + arch interpreter mini dis monograph tests benchmark profiler endif - -SUBDIRS = utils io-layer monoburg os cil metadata dis \ - arch monograph interpreter mini tests benchmark $(HANDLES) profiler