X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2FMakefile.am;h=b6de9139e939aefb118a21fcfe719a78da4b9a87;hb=d56db9ae6756faca6c7267e662f3d537c8b896c9;hp=07d0f0a0ef966291138fef160e94d8450ac27d50;hpb=89d0ba3968d36576553e0f483b0c69465f94e8ae;p=mono.git diff --git a/mono/Makefile.am b/mono/Makefile.am index 07d0f0a0ef9..b6de9139e93 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -1,3 +1,6 @@ - -SUBDIRS = utils io-layer monoburg os cil metadata \ +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