diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-05 17:32:41 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-06 11:09:10 +0200 |
commit | 856066bb2c56a918ba0f9176a48974746614c206 (patch) | |
tree | 7e63720945c3f78d125a619723f60112fb56aa3e /solenv/bin | |
parent | d124ad1c6737fcf9f1024576d29cf733b99a64c1 (diff) |
Add drawinglayer
Change-Id: I48c8d110666e0404b49e3a7816c134a7f06fb929
Diffstat (limited to 'solenv/bin')
-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 c696ae6beaa1..bf3add6b44c4 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -25,6 +25,7 @@ core_factory_list = [ ("libchartcorelo.a", "chartcore_component_getFactory"), ("libcomphelper.a", "comphelp_component_getFactory"), ("libconfigmgrlo.a", "configmgr_component_getFactory"), + ("libdrawinglayerlo.a", "drawinglayer_component_getFactory"), ("libfilterconfiglo.a", "filterconfig1_component_getFactory"), ("libfsstoragelo.a", "fsstorage_component_getFactory"), ("libhyphenlo.a", "hyphen_component_getFactory"), |