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/Module_sdext.mk | |
parent | 9fabd6c078b1aeaa565887ee83fb57daf5c123e0 (diff) |
sdext: factor out a static library to fix triple-linked objects
Diffstat (limited to 'sdext/Module_sdext.mk')
-rw-r--r-- | sdext/Module_sdext.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdext/Module_sdext.mk b/sdext/Module_sdext.mk index 8f496905f175..7827633f1fc8 100644 --- a/sdext/Module_sdext.mk +++ b/sdext/Module_sdext.mk @@ -43,6 +43,7 @@ $(eval $(call gb_Module_add_targets,sdext,\ Executable_xpdfimport \ Extension_pdfimport \ Library_pdfimport \ + StaticLibrary_pdfimport_s \ Package_pdfimport_keywords \ )) |