summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-14 10:31:27 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-14 10:33:09 +0200
commit604bdac5b1a55066133f53b8cdc19f3e2dd7ed94 (patch)
tree1b3609bd9e790c421a57ae0e04683b4986a91605 /svx
parent28abf5db1360a2b1b26e05871f6a52da4a24efea (diff)
gbuild: allow to depend on headers of a library
... even if we do not link with it. This was previously solved by delivering the headers to solver and depending on the Package. Change-Id: Id1b53b88d54226cb3ce02f5f2424632596fa069a
Diffstat (limited to 'svx')
-rw-r--r--svx/Library_svxcore.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index d6188616ed91..802c056fa3c3 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -378,6 +378,10 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\
ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
+$(eval $(call gb_Library_use_headers,svxcore,\
+ dbtools \
+))
+
$(eval $(call gb_Library_add_exception_objects,svxcore,\
svx/source/fmcomp/dbaexchange \
svx/source/fmcomp/fmgridcl \