X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2FMakefile.am;h=17162963cd1ea542eef8a00faa262ce495d1fd6c;hb=fdeac5a1d227f96798616671f166698d885d47ef;hp=589bffcb67e5e2d272f6a4d03b564415196d4a54;hpb=c6be154e47e9934337022f5b8d8862a733ac5646;p=mono.git diff --git a/mono/Makefile.am b/mono/Makefile.am index 589bffcb67e..17162963cd1 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -1,4 +1,8 @@ -SUBDIRS = utils io-layer monoburg metadata cil dis \ - arch monograph interpreter jit tests benchmark - - +# 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