diff options
-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 164258240d02..6ff60365e1a8 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -60,6 +60,7 @@ core_factory_list = [ ("libmcnttype.a", "mcnttype_component_getFactory"), ("libvcllo.a", "vcl_component_getFactory"), ("libspelllo.a", "spell_component_getFactory"), + ("libpdffilterlo.a", "pdffilter_component_getFactory"), ("libsvgiolo.a", "svgio_component_getFactory") ] |