X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2FMakefile.am;h=17162963cd1ea542eef8a00faa262ce495d1fd6c;hb=88a687f3a23ed96834468dd06911c970a42115f2;hp=dd16095408d3eb55d748c3613d06cf3048b9ab33;hpb=4d1415ac0bbb3b8276d8fb71c14fe5d0282f2c40;p=mono.git diff --git a/mono/Makefile.am b/mono/Makefile.am index dd16095408d..17162963cd1 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -1 +1,8 @@ -SUBDIRS = metadata cil dis interpreter +# 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 +else +SUBDIRS = utils io-layer monoburg os metadata cil dis \ + arch monograph interpreter mini tests benchmark handles profiler +endif