X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2FMakefile.am;h=8a94b95a6929444e74ed1ad6c4ed4e35bf0f4436;hb=acf0ef2491d26193faff08f0bbf7eac6c6c2de0d;hp=b2e017f08e2fd854f4e343b478c0b7bc968d8d08;hpb=ca0c0e74b88aeed854c0699f4101ef7ff44d971a;p=mono.git diff --git a/mono/Makefile.am b/mono/Makefile.am index b2e017f08e2..8a94b95a692 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -1 +1,9 @@ -SUBDIRS = metadata cil cli dis interpreter tests +# the handles dir doesn't apply to windows +if PLATFORM_WIN32 +SUBDIRS = utils io-layer monoburg os metadata cil dis \ + arch monograph interpreter jit tests benchmark +else +SUBDIRS = utils io-layer monoburg os metadata cil dis \ + arch monograph interpreter jit tests benchmark handles +endif +