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 /Repository.mk | |
parent | 9fabd6c078b1aeaa565887ee83fb57daf5c123e0 (diff) |
sdext: factor out a static library to fix triple-linked objects
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index 561d645f6710..45e2e4263224 100644 --- a/Repository.mk +++ b/Repository.mk @@ -522,6 +522,7 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ dtobj \ libeay32 \ nputils \ + pdfimport_s \ ssleay32 \ ooopathutils \ sample \ |