* src/vm/jit/optimizing/profile.c: Added.
[cacao.git] / src / Makefile.am
index 70577a975aa4187c374319a5b42b9bfc02e179c1..50883b51b6c17a4f3d8a8b17ff86cd1f94976795 100644 (file)
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 4357 2006-01-22 23:33:38Z twisti $
+## $Id: Makefile.am 5884 2006-10-31 20:11:28Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
 DIST_SUBDIRS = \
-       boehm-gc \
        lib \
        fdlibm \
        mm \
@@ -45,16 +44,9 @@ DIST_SUBDIRS = \
        cacao \
        scripts
 
-if DISABLE_GC
-BOEHM =
-else
-BOEHM = boehm-gc
-endif
-
 # Keep this order!!!
 
 SUBDIRS = \
-       $(BOEHM) \
        lib \
        fdlibm \
        mm \