javaruntimes/subsystem.mk
changeset 50 023eef975703
parent 21 2a9601315dfc
child 83 26b2b12093af
--- a/javaruntimes/subsystem.mk	Tue Jul 06 20:36:19 2010 +0300
+++ b/javaruntimes/subsystem.mk	Fri Jul 09 16:35:45 2010 +0300
@@ -26,7 +26,8 @@
 	installer/starterexe/build \
 	jvmargmodifier/default/build \
 	jvmargmodifier/file/build \
-	starterutils/build
+	starterutils/build \
+	standalone/build \
 
 ifdef RD_JAVA_S60_RELEASE_5_0_IAD
 	COMPONENTS += starter/build.iad
@@ -37,5 +38,6 @@
 starterutils/build: jvmargmodifier/default/build
 midp: starterutils/build
 installer/starterdll/build: starterutils/build
+standalone/build: starterutils/build
 
 include ${JAVA_SRC_ROOT}/build/Makefile.subsystem