diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-18 20:38:30 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-18 22:18:10 +0100 |
commit | 8475eb98beb07d955a391e4c8f71846a24b38667 (patch) | |
tree | abc510b69a21894b8b9768739377c0028565519c /scp2/AutoInstall.mk | |
parent | 720ca8e1a9535bb14fcdb284b7739e98285df12f (diff) |
scp2: move bsh to AutoInstall
Change-Id: Ib030d8fc3bd7c3c38f8728c80414fde505b36537
Diffstat (limited to 'scp2/AutoInstall.mk')
-rw-r--r-- | scp2/AutoInstall.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |