Tue Jul 1 11:27:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / Makefile.am
1 # the handles dir doesn't apply to windows
2 if PLATFORM_WIN32
3 SUBDIRS = utils io-layer monoburg os metadata cil dis \
4         arch monograph interpreter mini tests benchmark profiler
5 else
6 SUBDIRS = utils io-layer monoburg os metadata cil dis \
7         arch monograph interpreter mini tests benchmark handles profiler
8 endif