diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-03-12 16:24:21 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-03-12 18:30:31 +0100 |
commit | f8f089116895ef6c9b2dd9c55009ddb5d062aa1b (patch) | |
tree | c91251fbf076b2252658f841104c167f9af5cc67 /sdext/Executable_pdfunzip.mk | |
parent | 9fabd6c078b1aeaa565887ee83fb57daf5c123e0 (diff) |
sdext: factor out a static library to fix triple-linked objects
Diffstat (limited to 'sdext/Executable_pdfunzip.mk')
-rw-r--r-- | sdext/Executable_pdfunzip.mk | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/sdext/Executable_pdfunzip.mk b/sdext/Executable_pdfunzip.mk index 8552a17caa08..d073c0548044 100644 --- a/sdext/Executable_pdfunzip.mk +++ b/sdext/Executable_pdfunzip.mk @@ -48,29 +48,12 @@ $(eval $(call gb_Executable_add_linked_libs,pdfunzip,\ sal \ )) -$(eval $(call gb_Executable_add_exception_objects,pdfunzip,\ - sdext/source/pdfimport/test/pdfunzip \ +$(eval $(call gb_Executable_add_linked_static_libs,pdfunzip,\ + pdfimport_s \ )) -# additional objects we need to link in $(eval $(call gb_Executable_add_exception_objects,pdfunzip,\ - sdext/source/pdfimport/filterdet \ - sdext/source/pdfimport/misc/pdfihelper \ - sdext/source/pdfimport/misc/pwdinteract \ - sdext/source/pdfimport/odf/odfemitter \ - sdext/source/pdfimport/pdfiadaptor \ - sdext/source/pdfimport/pdfparse/pdfentries \ - sdext/source/pdfimport/pdfparse/pdfparse \ - sdext/source/pdfimport/sax/emitcontext \ - sdext/source/pdfimport/sax/saxattrlist \ - sdext/source/pdfimport/tree/drawtreevisiting \ - sdext/source/pdfimport/tree/genericelements \ - sdext/source/pdfimport/tree/imagecontainer \ - sdext/source/pdfimport/tree/pdfiprocessor \ - sdext/source/pdfimport/tree/style \ - sdext/source/pdfimport/tree/treevisitorfactory \ - sdext/source/pdfimport/tree/writertreevisiting \ - sdext/source/pdfimport/wrapper/wrapper \ + sdext/source/pdfimport/test/pdfunzip \ )) # vim:set shiftwidth=4 softtabstop=4 expandtab: |