diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-05 21:29:08 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-05 21:29:08 +0200 |
commit | 68428270b3488b6a15e95fac29c754780641bc49 (patch) | |
tree | dfca065e1bb5488dbb6401f4ad50b829faf290a4 /extensions/Library_oleautobridge.mk | |
parent | 800133e8c89b697f952aeb082686b13e618c45de (diff) |
extensions: oleautobridge needs comphelper
Since b679a2a02180c017bd8b596fb2e4f283bad93b75 this oleautobridge seems
to need comphelper.
Change-Id: Idb04b61026e78fd3f726d66ef05d4345aaeb40a6
Diffstat (limited to 'extensions/Library_oleautobridge.mk')
-rw-r--r-- | extensions/Library_oleautobridge.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/Library_oleautobridge.mk b/extensions/Library_oleautobridge.mk index e02f65d0e428..43404503b1dc 100644 --- a/extensions/Library_oleautobridge.mk +++ b/extensions/Library_oleautobridge.mk @@ -39,6 +39,7 @@ $(eval $(call gb_Library_set_include,oleautobridge,\ )) $(eval $(call gb_Library_use_libraries,oleautobridge,\ + comphelper \ cppuhelper \ cppu \ sal \ |