diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-30 09:35:19 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-30 09:38:42 +0200 |
commit | bb0eaf4f0e3129a496a861daf96da1e1907758d5 (patch) | |
tree | fd303762c3338b5a79f83162a8ca42a9b8dc4662 /svx | |
parent | ddc36f8914640d6d75464ab26690b72504469fa0 (diff) |
svxcore: needs also generated header from connectivity
Change-Id: I4279f9e6024e7128286e8b2d6343deee944866b2
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Library_svxcore.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index 7c021f72688d..beda9bd52366 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -384,6 +384,7 @@ $(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 \ + connectivity_generated \ )) $(eval $(call gb_Library_add_exception_objects,svxcore,\ |