diff options
-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 |