From 8475eb98beb07d955a391e4c8f71846a24b38667 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 18 Mar 2014 20:38:30 +0100 Subject: scp2: move bsh to AutoInstall Change-Id: Ib030d8fc3bd7c3c38f8728c80414fde505b36537 --- 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 8e872b0472bb..7b5b13ef6eb7 100644 --- a/scp2/AutoInstall.mk +++ b/scp2/AutoInstall.mk @@ -12,6 +12,7 @@ $(eval $(call gb_AutoInstall_AutoInstall)) $(eval $(call gb_AutoInstall_add_module,activexbinarytable,LIBO_LIB_FILE_BINARYTABLE)) $(eval $(call gb_AutoInstall_add_module,base,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,calc,LIBO_LIB_FILE)) +$(eval $(call gb_AutoInstall_add_module,extensions_bsh,,,LIBO_JAR_FILE)) $(eval $(call gb_AutoInstall_add_module,gnome,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,graphicfilter,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,impress,LIBO_LIB_FILE)) -- cgit