X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2FMakefile.am;h=d090464bee459395f10463a014b9bb91bd0996ca;hb=7c6e5355656512ba65d2d1d9f7bd2e8ec9c3179f;hp=17162963cd1ea542eef8a00faa262ce495d1fd6c;hpb=4bb7c8420e57163b52309d13728fcc67037f2f55;p=mono.git diff --git a/mono/Makefile.am b/mono/Makefile.am index 17162963cd1..d090464bee4 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -1,8 +1,10 @@ -# the handles dir doesn't apply to windows -if PLATFORM_WIN32 -SUBDIRS = utils io-layer monoburg os metadata cil dis \ - arch monograph interpreter mini tests benchmark profiler +if CROSS_COMPILING +SUBDIRS = utils io-layer cil metadata arch $(interpreter_dir) mini dis else -SUBDIRS = utils io-layer monoburg os metadata cil dis \ - arch monograph interpreter mini tests benchmark handles profiler +if MOONLIGHT +SUBDIRS = utils io-layer metadata arch $(interpreter_dir) mini +else +SUBDIRS = utils io-layer cil metadata arch $(interpreter_dir) mini dis monograph tests benchmark profiler +endif endif +DIST_SUBDIRS = utils io-layer cil metadata arch interpreter mini dis monograph tests benchmark profiler