[Libreoffice-commits] core.git: solenv/bin

Tor Lillqvist tml at collabora.com
Mon Feb 17 10:45:34 CET 2014


 solenv/bin/native-code.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 61a0c9fcc966819a1d29ae98cd1c58e7d408d51b
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Feb 17 11:40:22 2014 +0200

    Need libdeployment.a
    
    Change-Id: I7f9afa17f47199c3ba1bac4c3005893fb8ee4df9

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 4106322..8d9cbeb 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -22,6 +22,7 @@ core_factory_list = [
     ("libstocserviceslo.a", "stocservices_component_getFactory"),
     ("libcomphelper.a", "comphelp_component_getFactory"),
     ("libconfigmgrlo.a", "configmgr_component_getFactory"),
+    ("libdeployment.a", "deployment_component_getFactory"),
     ("libfilterconfiglo.a", "filterconfig1_component_getFactory"),
     ("libfsstoragelo.a", "fsstorage_component_getFactory"),
     ("libhyphenlo.a", "hyphen_component_getFactory"),


More information about the Libreoffice-commits mailing list