summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-05 17:32:41 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-06 11:09:10 +0200
commit856066bb2c56a918ba0f9176a48974746614c206 (patch)
tree7e63720945c3f78d125a619723f60112fb56aa3e /solenv
parentconstructors: Fix typo preventing extensions loading. (diff)
downloadcore-856066bb2c56a918ba0f9176a48974746614c206.tar.gz
core-856066bb2c56a918ba0f9176a48974746614c206.zip
Add drawinglayer
Change-Id: I48c8d110666e0404b49e3a7816c134a7f06fb929
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py1
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"),