* Added ffcall for intrp
authortwisti <none@none>
Mon, 5 Sep 2005 20:00:15 +0000 (20:00 +0000)
committertwisti <none@none>
Mon, 5 Sep 2005 20:00:15 +0000 (20:00 +0000)
src/Makefile.am

index b440e55b45af2be3148a61a2d8211d8481364319..3e7ee3b0348d1e8522e7cdb3ad5bf01d56d5547b 100644 (file)
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 3032 2005-07-13 11:54:47Z twisti $
+## $Id: Makefile.am 3146 2005-09-05 20:00:15Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
 DIST_SUBDIRS = \
        boehm-gc \
        classpath \
+       ffcall \
        lib \
        libltdl \
        mm \
@@ -46,6 +47,10 @@ DIST_SUBDIRS = \
        cacao \
        scripts
 
+if ENABLE_INTRP
+FFCALL = ffcall
+endif
+
 if DISABLE_GC
 BOEHM =
 else
@@ -65,6 +70,7 @@ endif
 SUBDIRS = \
        $(BOEHM) \
        $(CLASSPATH) \
+       $(FFCALL) \
        libltdl \
        mm \
        toolbox \