X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2FMakefile.am;h=17162963cd1ea542eef8a00faa262ce495d1fd6c;hb=9d93ddc5daf9a96e7fcd5d9ef7fac0ddba68feb9;hp=4e595711c9748c4f199087603e033192ddb1cf42;hpb=726d99ab5b162500adf9e69a8e64ee35584409d6;p=mono.git diff --git a/mono/Makefile.am b/mono/Makefile.am index 4e595711c97..17162963cd1 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -1 +1,8 @@ -SUBDIRS = metadata cil dis interpreter wrapper +# 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