From: twisti Date: Wed, 13 Jul 2005 11:54:47 +0000 (+0000) Subject: * DIST_SUBDIRS: defined explicitly, otherwise we have problems with X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=eda16826706e1e0e80358166270d5650779cb404;p=cacao.git * DIST_SUBDIRS: defined explicitly, otherwise we have problems with distclean * CLASSPATH: added classpath/native/fdlibm --- diff --git a/src/Makefile.am b/src/Makefile.am index 246f69524..b440e55b4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,10 +28,24 @@ ## ## 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