diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-17 11:40:22 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-17 11:45:00 +0200 |
commit | 61a0c9fcc966819a1d29ae98cd1c58e7d408d51b (patch) | |
tree | 979c99c1d832eb4347263bf786a99143804246d5 | |
parent | 8b6ff51bb89db0d7050bb4d00c0ec797b4754f25 (diff) |
Need libdeployment.a
Change-Id: I7f9afa17f47199c3ba1bac4c3005893fb8ee4df9
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 4106322abba3..8d9cbeb32e28 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"), |