X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2FMakefile.am;h=17162963cd1ea542eef8a00faa262ce495d1fd6c;hb=eec0c628e4d828b280e60f6d34a77bc9bc1ee2a1;hp=5a34ceb4206bd581d9e13e63183b9d619c9d22c3;hpb=13fdd7e0520c5b48ec4daa51249a42ae1314b51e;p=mono.git diff --git a/mono/Makefile.am b/mono/Makefile.am index 5a34ceb4206..17162963cd1 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -1 +1,8 @@ -SUBDIRS = monoburg metadata cil dis arch 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