From d66f1a161474d9d308246f174c2938ad5476054e Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 15 Mar 2011 23:00:35 -0400 Subject: Skip the java part when --without-java. --- ure/source/makefile.mk | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'ure') 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 -- cgit