Kaydet (Commit) 6f16fd62 authored tarafından Michael Meeks's avatar Michael Meeks

liblibo: fix static library linkage.

Change-Id: Ic6b69b322c819ff07d55e3b452dadafc60041e1d
üst 07e3af40
...@@ -562,7 +562,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \ ...@@ -562,7 +562,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
) \ ) \
)) ))
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
libreoffice \
pyuno \ pyuno \
pyuno_wrapper \ pyuno_wrapper \
recentfile \ recentfile \
......
...@@ -15,10 +15,13 @@ $(eval $(call gb_Executable_set_include,libtest,\ ...@@ -15,10 +15,13 @@ $(eval $(call gb_Executable_set_include,libtest,\
)) ))
$(eval $(call gb_Executable_use_libraries,libtest,\ $(eval $(call gb_Executable_use_libraries,libtest,\
libreoffice \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_Executable_use_static_libraries,libtest,\
libreoffice \
))
$(eval $(call gb_Executable_add_libs,libtest,\ $(eval $(call gb_Executable_add_libs,libtest,\
-ldl \ -ldl \
-pthread \ -pthread \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment