diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-25 12:14:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-25 12:53:17 +0300 |
commit | 606b19f84350095ecbf0274590fca0026cb11301 (patch) | |
tree | 98a330cf627e833aae76c84dee71baf291f9be6e /solenv | |
parent | ab07f81d0b5ffc4297d5f15d2458c5cc9217800f (diff) |
Drop libchartcontrollerlo.a in preparation for vmiklos's rework
Change-Id: Ic8ce9b91e666774eff7e452ec9f07c6053dce03b
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index f29a78799280..309a3c0c39ea 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -20,7 +20,6 @@ core_factory_list = [ ("libembobj.a", "embobj_component_getFactory"), ("libreflectionlo.a", "reflection_component_getFactory"), ("libstocserviceslo.a", "stocservices_component_getFactory"), - ("libchartcontrollerlo.a", "chartcontroller_component_getFactory"), ("libchartcorelo.a", "chartcore_component_getFactory"), ("libcomphelper.a", "comphelp_component_getFactory"), ("libconfigmgrlo.a", "configmgr_component_getFactory"), |