diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-29 14:41:08 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 14:41:37 +0200 |
commit | 4cfeba11e7bef43a174818ab73198299c2ebb945 (patch) | |
tree | c177606e76c42b9029823a89d524b22dd593beaa /svx | |
parent | ea22c4fc2570d484dd6a05f3b98204c75895329a (diff) |
svxcore needs headers from connectivity
Change-Id: I929dc661bde5eb7ff49831d5c041c62d808a6219
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Library_svxcore.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index 50ef4b2cea2c..7c021f72688d 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -382,6 +382,10 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\ )) ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE))$(filter IOS,$(OS))) +$(eval $(call gb_Library_use_packages,svxcore,\ + connectivity_inc \ +)) + $(eval $(call gb_Library_add_exception_objects,svxcore,\ svx/source/fmcomp/dbaexchange \ svx/source/fmcomp/fmgridcl \ |