diff options
author | David Ostrovsky <david@ostrovsky.org> | 2014-11-22 21:46:23 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-12-10 21:11:48 +0000 |
commit | 5f77059ff156ecbd69967f278d3e8f814c15958e (patch) | |
tree | 892b5037fd69dd3b55239bf781dc17761f194779 /scp2/AutoInstall.mk | |
parent | 5eba12388042b456fc3dd29b3a77ded97179cbf2 (diff) |
scp2: move numbertext to AutoInstall
Change-Id: Idf9ea17b485ab07323a895e7e3f1eca1e198747c
Reviewed-on: https://gerrit.libreoffice.org/13047
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
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 62f043cdcc6d..30b0baff89b6 100644 --- a/scp2/AutoInstall.mk +++ b/scp2/AutoInstall.mk @@ -21,6 +21,7 @@ $(eval $(call gb_AutoInstall_add_module,crashrep,,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,draw_brand,,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,extensions_ct2n,,,,)) $(eval $(call gb_AutoInstall_add_module,extensions_bsh,,,LIBO_JAR_FILE)) +$(eval $(call gb_AutoInstall_add_module,extensions_numbertext,,,,)) $(eval $(call gb_AutoInstall_add_module,extensions_rhino,,,LIBO_JAR_FILE)) $(eval $(call gb_AutoInstall_add_module,gnome,LIBO_LIB_FILE,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,graphicfilter,LIBO_LIB_FILE)) |