2003-10-08 Bernie Solomon <bernard@ugsolutions.com>
[mono.git] / mono / Makefile.am
index ca0f9817dcb87a18f1c8fefb7b418ba5e36e3a2f..17162963cd1ea542eef8a00faa262ce495d1fd6c 100644 (file)
@@ -1,9 +1,8 @@
 # the handles dir doesn't apply to windows
 if PLATFORM_WIN32
-SUBDIRS = utils io-layer monoburg metadata cil dis \
-       arch monograph os interpreter jit tests benchmark
+SUBDIRS = utils io-layer monoburg os metadata cil dis \
+       arch monograph interpreter mini tests benchmark profiler
 else
-SUBDIRS = utils io-layer monoburg metadata cil dis \
-       arch monograph os interpreter jit tests benchmark handles
+SUBDIRS = utils io-layer monoburg os metadata cil dis \
+       arch monograph interpreter mini tests benchmark handles profiler
 endif
-