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 | df95286c49073bd1b1b7551360d1474c19fe823a (patch) | |
tree | a7bdad22ee49c48113bd5966adf61bd804da3e4b | |
parent | e30783d620a5f8505db37d71ea1fa547721d1e7e (diff) |
Skip the java part when --without-java.
-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 bdd43656b..040f539e0 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 |