2002-05-19 Martin Baulig <martin@gnome.org>
[mono.git] / mono / Makefile.am
1 # the handles dir doesn't apply to windows
2 if PLATFORM_WIN32
3 SUBDIRS = utils io-layer monoburg metadata cil dis \
4         arch monograph os interpreter jit tests benchmark
5 else
6 SUBDIRS = utils io-layer monoburg metadata cil dis \
7         arch monograph os interpreter jit tests benchmark handles
8 endif
9