1
0
forked from GitHub/gf-core

Allow disabling building of Java components

This commit is contained in:
bringert
2005-05-10 11:05:40 +00:00
parent 89224f9e9e
commit 8c10c7133b
4 changed files with 72 additions and 35 deletions

View File

@@ -21,6 +21,8 @@ INSTALL = @INSTALL@
GHC = @GHC@
GHCI = @GHCI@
ENABLE_JAVA = @ENABLE_JAVA@
JAVAC = @JAVAC@
JAR = @JAR@