From 720ca8e1a9535bb14fcdb284b7739e98285df12f Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 18 Mar 2014 18:24:15 +0100 Subject: scp2: move python3 to AutoInstall Change-Id: I6ca298bb51fd707bcda7eabc607307701a0722ac --- scp2/AutoInstall.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'scp2/AutoInstall.mk') diff --git a/scp2/AutoInstall.mk b/scp2/AutoInstall.mk index 7871455d3533..8e872b0472bb 100644 --- a/scp2/AutoInstall.mk +++ b/scp2/AutoInstall.mk @@ -20,6 +20,7 @@ $(eval $(call gb_AutoInstall_add_module,math,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,onlineupdate,LIBO_LIB_FILE_COMPONENTCONDITION,,,"ISCHECKFORPRODUCTUPDATES=1")) $(eval $(call gb_AutoInstall_add_module,ooo,LIBO_LIB_FILE,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,ooobinarytable,LIBO_LIB_FILE_BINARYTABLE)) +$(eval $(call gb_AutoInstall_add_module,python)) $(eval $(call gb_AutoInstall_add_module,sdk,,SDK_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,tde,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,ure,URE_PRIVATE_LIB,URE_EXECUTABLE,URE_JAR_FILE)) -- cgit