* DIST_SUBDIRS: defined explicitly, otherwise we have problems with
authortwisti <none@none>
Wed, 13 Jul 2005 11:54:47 +0000 (11:54 +0000)
committertwisti <none@none>
Wed, 13 Jul 2005 11:54:47 +0000 (11:54 +0000)
  distclean
* CLASSPATH: added classpath/native/fdlibm

src/Makefile.am

index 246f69524f24437d10753d3775dc9acf6f633b7a..b440e55b45af2be3148a61a2d8211d8481364319 100644 (file)
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 2638 2005-06-12 23:21:54Z twisti $
+## $Id: Makefile.am 3032 2005-07-13 11:54:47Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
+DIST_SUBDIRS = \
+       boehm-gc \
+       classpath \
+       lib \
+       libltdl \
+       mm \
+       toolbox \
+       vm \
+       threads \
+       cacaoh \
+       native \
+       cacao \
+       scripts
+
 if DISABLE_GC
 BOEHM =
 else
@@ -39,7 +53,9 @@ BOEHM = boehm-gc
 endif
 
 if WITH_EXTERNAL_CLASSPATH
-CLASSPATH = lib
+CLASSPATH = \
+       lib \
+       classpath/native/fdlibm
 else
 CLASSPATH = classpath
 endif