summaryrefslogtreecommitdiff
path: root/sdext/CppunitTest_pdfimport.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-16 18:36:16 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-16 18:36:16 -0500
commit3135d6ea62522276682cdf4da75bc769df263021 (patch)
tree46229fbc33f72e78164bd2f0eb413ec418def13e /sdext/CppunitTest_pdfimport.mk
parent14896ccc545c9060874e2c02b37ee6d59e3cd8cc (diff)
gbuildify basegfx
Change-Id: Icc164be408224b468dbeff6b422d172f3b70c202
Diffstat (limited to 'sdext/CppunitTest_pdfimport.mk')
-rw-r--r--sdext/CppunitTest_pdfimport.mk3
1 files changed, 2 insertions, 1 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 \
))