javaruntimes/subsystem.mk
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 83 26b2b12093af
--- a/javaruntimes/subsystem.mk	Thu Jul 15 18:31:06 2010 +0300
+++ b/javaruntimes/subsystem.mk	Thu Aug 19 09:48:13 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