diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-03-14 20:49:35 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-03-14 21:08:44 +0100 |
commit | 16e3e5437efe38308615d42924baa735f94b2484 (patch) | |
tree | 5bb185dd4c57ca13da147fd413093f39da550888 /ucb | |
parent | 3d69d78bed225039741213f1d6bb435468f3a818 (diff) |
fdo#47246: ucpodma: fix duplicate linked object
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/Library_ucpodma1.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ucb/Library_ucpodma1.mk b/ucb/Library_ucpodma1.mk index aa6c81c55123..ef60121af04d 100644 --- a/ucb/Library_ucpodma1.mk +++ b/ucb/Library_ucpodma1.mk @@ -43,12 +43,15 @@ $(eval $(call gb_Library_add_linked_libs,ucpodma1,\ $(gb_STDLIBS) \ )) +$(eval $(call gb_Library_add_linked_static_libs,ucpodma1,\ + odma_lib \ +)) + $(eval $(call gb_Library_add_exception_objects,ucpodma1,\ ucb/source/ucp/odma/odma_contentcaps \ ucb/source/ucp/odma/odma_content \ ucb/source/ucp/odma/odma_datasupplier \ ucb/source/ucp/odma/odma_inputstream \ - ucb/source/ucp/odma/odma_lib \ ucb/source/ucp/odma/odma_provider \ ucb/source/ucp/odma/odma_resultset \ ucb/source/ucp/odma/odma_services \ |