diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-03-15 23:00:35 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-03-15 23:00:35 -0400 |
commit | d66f1a161474d9d308246f174c2938ad5476054e (patch) | |
tree | 974698445ed8781924172db020e7bbff7caf07f2 /ure | |
parent | 40d9b2eba3ff48465dc3e2a91f2d319097dfdcc3 (diff) |
Skip the java part when --without-java.
Diffstat (limited to 'ure')
-rw-r--r-- | ure/source/makefile.mk | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/ure/source/makefile.mk b/ure/source/makefile.mk index bdd43656b32c..040f539e063a 100644 --- a/ure/source/makefile.mk +++ b/ure/source/makefile.mk @@ -41,9 +41,6 @@ my_components = \ introspection \ invocadapt \ invocation \ - javaloader \ - javavm \ - juh \ namingservice \ proxyfac \ reflection \ @@ -53,6 +50,16 @@ my_components = \ textoutstream \ uuresolver +.IF "$(SOLAR_JAVA)" != "" + +my_components = \ + $(my_components) \ + javaloader \ + javavm \ + juh + +.ENDIF + .INCLUDE: settings.mk .INCLUDE: target.mk |