* configure.ac: New switch for disabling -O2 (--disable-optimizations).
[cacao.git] / src / Makefile.am
index b2cb8bf2aec61d7f8be3544a1bc6438da5a63e88..b1bf2b10609d14a455453926493e4c9dd795cd6b 100644 (file)
@@ -23,7 +23,6 @@
 
 DIST_SUBDIRS = \
        cacao \
-       cacaoh \
        classes \
        fdlibm \
        mm \
@@ -31,21 +30,18 @@ DIST_SUBDIRS = \
        scripts \
        threads \
        toolbox \
-       vm \
-       vmcore
+       vm
 
 # DON'T CHANGE THIS ORDER!!!
 
 SUBDIRS = \
-       toolbox \
-       vmcore \
-       cacaoh \
        classes \
-       native \
        fdlibm \
+       toolbox \
        mm \
-       threads \
        vm \
+       threads \
+       native \
        cacao \
        scripts