summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
Diffstat (limited to 'sdext')
-rw-r--r--sdext/CppunitTest_pdfimport.mk3
-rw-r--r--sdext/Library_pdfimport.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/sdext/CppunitTest_pdfimport.mk b/sdext/CppunitTest_pdfimport.mk
index fd0ebdac10d2..7c3dd32f15b1 100644
--- a/sdext/CppunitTest_pdfimport.mk
+++ b/sdext/CppunitTest_pdfimport.mk
@@ -57,10 +57,11 @@ $(eval $(call gb_CppunitTest_use_libraries,sdext_pdfimport,\
))
$(eval $(call gb_CppunitTest_use_static_libraries,sdext_pdfimport,\
- basegfx_s \
pdfimport_s \
))
+$(eval $(call gb_CppunitTest_use_library_objects,sdext_pdfimport,basegfx))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sdext_pdfimport,\
sdext/source/pdfimport/test/tests \
))
diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk
index 9e54d907b436..ddc6f3baed32 100644
--- a/sdext/Library_pdfimport.mk
+++ b/sdext/Library_pdfimport.mk
@@ -46,10 +46,11 @@ $(eval $(call gb_Library_use_libraries,pdfimport,\
))
$(eval $(call gb_Library_use_static_libraries,pdfimport,\
- basegfx_s \
pdfimport_s \
))
+$(eval $(call gb_Library_use_library_objects,pdfimport,basegfx))
+
$(eval $(call gb_Library_use_externals,pdfimport,\
zlib \
))