diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-28 17:29:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-28 18:40:16 +0300 |
commit | 739a5bcd2b9e0eada33fb69c5e582b65dfa9ae79 (patch) | |
tree | 5c3f9632639aee1ad0d57e7be67b7b3dc1853f3c /solenv/bin | |
parent | 6e793fdb9f349e650cf3bed47cd900119147c442 (diff) |
We don't want forms in the no-DBCONNECTIVITY case after all, I think
Change-Id: I84e5334c8db4d5c41eccb5ab2203c07aafd20adb
Diffstat (limited to 'solenv/bin')
-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 c2917c40994a..59cde03ba1e3 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -25,7 +25,6 @@ core_factory_list = [ ("libconfigmgrlo.a", "configmgr_component_getFactory"), ("libdrawinglayerlo.a", "drawinglayer_component_getFactory"), ("libfilterconfiglo.a", "filterconfig1_component_getFactory"), - ("libfrmlo.a", "frm_component_getFactory"), ("libfsstoragelo.a", "fsstorage_component_getFactory"), ("libhyphenlo.a", "hyphen_component_getFactory"), ("libi18npoollo.a", "i18npool_component_getFactory"), |